Skip to content

Commit

Permalink
format-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anandamideShakyan authored and aditi-pandit committed Dec 12, 2024
1 parent 243ee3d commit 30fb7f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace {
#define REPORT_IF_NOT_ZERO(name, counter) \
do { \
if ((counter) != 0) { \
RECORD_METRIC_VALUE((name), (counter)); \
RECORD_METRIC_VALUE((name), (counter)); \
} \
} while (0)
} // namespace
Expand Down

0 comments on commit 30fb7f8

Please sign in to comment.