mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove extra semicolons:
Several functions had an extra semicolon. This removes them.
This commit is contained in:
committed by
Nikolaos D. Bougalis
parent
c1c332f0b0
commit
04f1388860
@@ -42,7 +42,7 @@ class TrustAndBalance_test : public beast::unit_test::suite
|
||||
jvParams[jss::ripple_state][jss::accounts].append(acct_a.human());
|
||||
jvParams[jss::ripple_state][jss::accounts].append(acct_b.human());
|
||||
return env.rpc ("json", "ledger_entry", to_string(jvParams))[jss::result];
|
||||
};
|
||||
}
|
||||
|
||||
void
|
||||
testPayNonexistent (FeatureBitset features)
|
||||
|
||||
Reference in New Issue
Block a user