소스 검색

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 {