Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
tequdev committed Jan 7, 2025
1 parent 9a7a58c commit 56d631b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/test/rpc/LedgerRPC_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2528,7 +2528,12 @@ class LedgerRPC_test : public beast::unit_test::suite
}
// Fields that can handle objects just fine
for (auto const& field :
{jss::directory, jss::escrow, jss::offer, jss::ticket, jss::amm, jss::nft_offer})
{jss::directory,
jss::escrow,
jss::offer,
jss::ticket,
jss::amm,
jss::nft_offer})
{
auto const jvParams =
makeParams([&field, &injectObject](Json::Value& jvParams) {
Expand Down

0 comments on commit 56d631b

Please sign in to comment.