mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 15:20:54 +00:00
chore: Set ColumnLimit to 120 in clang-format (#6288)
This change updates the ColumnLimit from 80 to 120, and applies clang-format to reformat the code.
This commit is contained in:
@@ -32,9 +32,7 @@ unauth(jtx::Account const& account, jtx::Account const& unauth)
|
||||
|
||||
// Add DepositPreauth.
|
||||
Json::Value
|
||||
authCredentials(
|
||||
jtx::Account const& account,
|
||||
std::vector<AuthorizeCredentials> const& auth)
|
||||
authCredentials(jtx::Account const& account, std::vector<AuthorizeCredentials> const& auth)
|
||||
{
|
||||
Json::Value jv;
|
||||
jv[sfAccount.jsonName] = account.human();
|
||||
@@ -52,9 +50,7 @@ authCredentials(
|
||||
|
||||
// Remove DepositPreauth.
|
||||
Json::Value
|
||||
unauthCredentials(
|
||||
jtx::Account const& account,
|
||||
std::vector<AuthorizeCredentials> const& auth)
|
||||
unauthCredentials(jtx::Account const& account, std::vector<AuthorizeCredentials> const& auth)
|
||||
{
|
||||
Json::Value jv;
|
||||
jv[sfAccount.jsonName] = account.human();
|
||||
|
||||
Reference in New Issue
Block a user