Skip to content

Commit a687a10

Browse files
committed
style: Run pre-commit formatting
1 parent a22ddf6 commit a687a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/rpc/CountersTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ TEST_F(RPCCountersMockPrometheusTests, recordLedgerRequestSpecificStringNumber)
246246
auto& ageLedgersHistogramMock = makeMock<util::prometheus::HistogramInt>("rpc_ledger_age_ledgers", "");
247247

248248
EXPECT_CALL(specificCounterMock, add(1));
249-
EXPECT_CALL(ageLedgersHistogramMock, observe(50)); // 1000 - 950 = 50 ledgers
249+
EXPECT_CALL(ageLedgersHistogramMock, observe(50)); // 1000 - 950 = 50 ledgers
250250

251251
boost::json::object params;
252252
params["ledger_index"] = "950";

0 commit comments

Comments
 (0)