mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix tabs and trailing whitespace.
This commit is contained in:
@@ -85,7 +85,7 @@ Json::Value doGetCounts (RPC::Context& context)
|
||||
textTime (uptime, s, "minute", 60);
|
||||
textTime (uptime, s, "second", 1);
|
||||
ret["uptime"] = uptime;
|
||||
|
||||
|
||||
ret["node_writes"] = app.getNodeStore().getStoreCount();
|
||||
ret["node_reads_total"] = app.getNodeStore().getFetchTotalCount();
|
||||
ret["node_reads_hit"] = app.getNodeStore().getFetchHitCount();
|
||||
|
||||
Reference in New Issue
Block a user