Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle committed Sep 20, 2024
1 parent 9c26069 commit 5fa8cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/metric/tests/test_metric.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ TEST_CASE("test no label") {
"test", "help", std::vector{0.5, 0.9, 0.95, 0.99}, customMap);
summary->observe(100);
auto result = summary->get_rates();
for (auto&e: result) {
CHECK(e==100);
for (auto& e : result) {
CHECK(e == 100);
}
}
auto g_counter = g_pair.second;
Expand Down

0 comments on commit 5fa8cdc

Please sign in to comment.