From 813fb7a394e45b6d1b59f46eb3449919f0757e6c Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 3 Jul 2025 08:41:19 -0700 Subject: [PATCH] one more clang-format fix --- node/Metrics.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/node/Metrics.cpp b/node/Metrics.cpp index 3b1872264..11232cb0e 100644 --- a/node/Metrics.cpp +++ b/node/Metrics.cpp @@ -10,8 +10,10 @@ * of this software will be governed by version 2.0 of the Apache License. */ -#include +// clang-format off #include +#include +// clang-format on namespace prometheus { namespace simpleapi {