mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-07 10:47:05 +00:00
chore: Apply clang-format width 100 (#6387)
This commit is contained in:
@@ -17,7 +17,8 @@ struct SetAuth_test : public beast::unit_test::suite
|
||||
using namespace jtx;
|
||||
Json::Value jv;
|
||||
jv[jss::Account] = account.human();
|
||||
jv[jss::LimitAmount] = STAmount(Issue{to_currency(currency), dest}).getJson(JsonOptions::none);
|
||||
jv[jss::LimitAmount] =
|
||||
STAmount(Issue{to_currency(currency), dest}).getJson(JsonOptions::none);
|
||||
jv[jss::TransactionType] = jss::TrustSet;
|
||||
jv[jss::Flags] = tfSetfAuth;
|
||||
return jv;
|
||||
|
||||
Reference in New Issue
Block a user