mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 20:05:51 +00:00
style: Fix JSON indent style in C++ code (#2485)
This commit is contained in:
@@ -165,9 +165,9 @@ TEST_F(SettingsProviderTest, CertificateConfig)
|
||||
json::parse(
|
||||
fmt::format(
|
||||
R"JSON({{
|
||||
"database.cassandra.contact_points": "127.0.0.1",
|
||||
"database.cassandra.certfile": "{}"
|
||||
}})JSON",
|
||||
"database.cassandra.contact_points": "127.0.0.1",
|
||||
"database.cassandra.certfile": "{}"
|
||||
}})JSON",
|
||||
file.path
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user