mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Detab beast
This commit is contained in:
committed by
Tom Ritchford
parent
f034b02b92
commit
75c8d7aa57
@@ -247,8 +247,8 @@ private:
|
||||
|
||||
static HiResCounterHandler& hiResCounterHandler()
|
||||
{
|
||||
static HiResCounterHandler hiResCounterHandler;
|
||||
return hiResCounterHandler;
|
||||
static HiResCounterHandler hiResCounterHandler;
|
||||
return hiResCounterHandler;
|
||||
}
|
||||
|
||||
std::uint32_t beast_millisecondsSinceStartup() noexcept { return hiResCounterHandler().millisecondsSinceStartup(); }
|
||||
|
||||
Reference in New Issue
Block a user