Skip to content

Commit df2c451

Browse files
committed
Run format
1 parent dc5661c commit df2c451

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/test/metrics/sum_aggregation_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ TEST(HistogramToSumFilterAttributesWithCardinaityLimit, Double)
197197
// When the number of unique attribute sets exceeds the cardinality limit, the
198198
// implementation emits up to (cardinality_limit - 1) unique sets and one overflow set,
199199
// resulting in a total of cardinality_limit sets. This test checks that the number of
200-
// emitted attribute sets is within the expected range, accounting for the overflow behavior.
200+
// emitted attribute sets is within the expected range, accounting for the overflow
201+
// behavior.
201202
EXPECT_EQ(cardinality_limit, md.point_data_attr_.size());
202203
for (size_t i = 0; i < md.point_data_attr_.size(); i++)
203204
{

0 commit comments

Comments
 (0)