mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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
@@ -140,7 +140,7 @@ protected:
|
||||
else
|
||||
test_.log << "Expected " << toRm.string ()
|
||||
<< " to be an empty existing directory." << std::endl;
|
||||
};
|
||||
}
|
||||
|
||||
public:
|
||||
ConfigGuard (beast::unit_test::suite& test, path subDir,
|
||||
|
||||
Reference in New Issue
Block a user