diff --git a/presto-native-execution/presto_cpp/main/PeriodicTaskManager.cpp b/presto-native-execution/presto_cpp/main/PeriodicTaskManager.cpp index cc8565bee60ef..83c6939c77161 100644 --- a/presto-native-execution/presto_cpp/main/PeriodicTaskManager.cpp +++ b/presto-native-execution/presto_cpp/main/PeriodicTaskManager.cpp @@ -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