mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-24 12:35:50 +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
@@ -46,7 +46,7 @@ class LedgerRPC_test : public beast::unit_test::suite
|
||||
}
|
||||
else if (BEAST_EXPECT(jv.isMember(jss::error_message)))
|
||||
BEAST_EXPECT(jv[jss::error_message] == msg);
|
||||
};
|
||||
}
|
||||
|
||||
// Corrupt a valid address by replacing the 10th character with '!'.
|
||||
// '!' is not part of the ripple alphabet.
|
||||
|
||||
Reference in New Issue
Block a user