mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
style: clang-tidy auto fixes (#2958)
Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2d6f82c27f
commit
af736717fc
@@ -302,7 +302,7 @@ TEST_F(RPCCountersMockPrometheusRecotdLedgerRequestTest, validatedDefaultLedger)
|
||||
{
|
||||
EXPECT_CALL(ageLedgersHistogramMock, observe(0));
|
||||
|
||||
boost::json::object params;
|
||||
boost::json::object const params;
|
||||
counters.recordLedgerRequest(params, 1000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user