Browse Source

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

Grant Limberg 1 month ago
parent
commit
6d532944bd
1 changed files with 3 additions and 1 deletions
  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 {