one more clang-format fix

This commit is contained in:
Grant Limberg 2025-07-03 08:41:19 -07:00
parent 6d532944bd
commit 813fb7a394
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -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 {