From 6d532944bd4cf9786c83dcc0a4027131ebb3d81d Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 3 Jul 2025 08:38:21 -0700 Subject: [PATCH] stop clang-format from breaking the build by sorting headers here --- node/Metrics.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/node/Metrics.hpp b/node/Metrics.hpp index ef23ffb56..8c2c4290d 100644 --- a/node/Metrics.hpp +++ b/node/Metrics.hpp @@ -12,8 +12,10 @@ #ifndef METRICS_H_ #define METRICS_H_ -#include +// clang-format off #include +#include +// clang-format on namespace prometheus { namespace simpleapi {