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
@@ -1094,7 +1094,7 @@ public:
|
||||
return false;
|
||||
// Make sure no other message is waiting
|
||||
return wsc->getMsg(timeout) == boost::none;
|
||||
};
|
||||
}
|
||||
|
||||
void
|
||||
testCrossingSingleBookOffer()
|
||||
|
||||
Reference in New Issue
Block a user