浏览代码

stop clang-format from breaking the build by sorting headers here

Grant Limberg 3 月之前
父节点
当前提交
6d532944bd
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      node/Metrics.hpp

+ 3 - 1
node/Metrics.hpp

@@ -12,8 +12,10 @@
 #ifndef METRICS_H_
 #define METRICS_H_
 
-#include <prometheus/histogram.h>
+// clang-format off
 #include <prometheus/simpleapi.h>
+#include <prometheus/histogram.h>
+// clang-format on
 
 namespace prometheus {
 namespace simpleapi {