mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
Format first-party source according to .clang-format
This commit is contained in:
committed by
manojsdoshi
parent
65dfc5d19e
commit
50760c6935
@@ -29,12 +29,11 @@ public:
|
||||
void
|
||||
run() override
|
||||
{
|
||||
basic_seconds_clock <
|
||||
std::chrono::steady_clock>::now ();
|
||||
pass ();
|
||||
basic_seconds_clock<std::chrono::steady_clock>::now();
|
||||
pass();
|
||||
}
|
||||
};
|
||||
|
||||
BEAST_DEFINE_TESTSUITE(basic_seconds_clock,chrono,beast);
|
||||
BEAST_DEFINE_TESTSUITE(basic_seconds_clock, chrono, beast);
|
||||
|
||||
}
|
||||
} // namespace beast
|
||||
|
||||
Reference in New Issue
Block a user