From 88f5f662ccf5d3ef1bdaed4a1b4dfa4435116827 Mon Sep 17 00:00:00 2001 From: Soumik15630m Date: Thu, 29 Jan 2026 10:36:04 +0530 Subject: [PATCH] NFC: CI formatting fixes --- include/fmt/ranges.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fmt/ranges.h b/include/fmt/ranges.h index 89c1ae01..527e567c 100644 --- a/include/fmt/ranges.h +++ b/include/fmt/ranges.h @@ -753,7 +753,6 @@ struct formatter, Char, return do_format(value, ctx, std::integral_constant()); } }; - namespace detail { // Check if T has an interface like a container adaptor (e.g. std::stack, // std::queue, std::priority_queue).