Remove extra semicolons:

Several functions had an extra semicolon. This removes them.
This commit is contained in:
Joe Loser
2018-05-04 08:39:31 -04:00
committed by Nikolaos D. Bougalis
parent c1c332f0b0
commit 04f1388860
21 changed files with 33 additions and 32 deletions

View File

@@ -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)