mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Some code cleanups tagged by static analysis
This commit is contained in:
@@ -52,7 +52,7 @@ class PerfLog_test : public beast::unit_test::suite
|
||||
beast::Journal j_;
|
||||
bool stopSignaled{false};
|
||||
|
||||
Fixture(beast::Journal const& j) : j_(j)
|
||||
explicit Fixture(beast::Journal j) : j_(j)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user