mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
style: Set clang-format width 100 (#2953)
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
|
||||
namespace util {
|
||||
|
||||
MTRandomGenerator::MTRandomGenerator() : generator_{std::chrono::system_clock::now().time_since_epoch().count()}
|
||||
MTRandomGenerator::MTRandomGenerator()
|
||||
: generator_{std::chrono::system_clock::now().time_since_epoch().count()}
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user