瀏覽代碼

one more clang-format fix

Grant Limberg 3 月之前
父節點
當前提交
813fb7a394
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      node/Metrics.cpp

+ 3 - 1
node/Metrics.cpp

@@ -10,8 +10,10 @@
  * of this software will be governed by version 2.0 of the Apache License.
  */
 
-#include <prometheus/histogram.h>
+// clang-format off
 #include <prometheus/simpleapi.h>
+#include <prometheus/histogram.h>
+// clang-format on
 
 namespace prometheus {
 namespace simpleapi {