mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
style: Fix JSON colon style in C++ code (#2484)
This commit is contained in:
@@ -621,8 +621,7 @@ TEST_F(RPCBaseTest, SubscribeStreamValidator)
|
||||
auto const spec = RpcSpec{{"streams", CustomValidators::subscribeStreamValidator}};
|
||||
auto passingInput = json::parse(
|
||||
R"JSON({
|
||||
"streams":
|
||||
[
|
||||
"streams": [
|
||||
"ledger",
|
||||
"transactions_proposed",
|
||||
"validations",
|
||||
|
||||
Reference in New Issue
Block a user