From ff357e9e4ac7f10c725566b71910b06a5408083d Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 25 Oct 2025 08:10:57 -0700 Subject: [PATCH] Remove extra whitespace --- include/fmt/std.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/std.h b/include/fmt/std.h index bfa13fa0..184c6d26 100644 --- a/include/fmt/std.h +++ b/include/fmt/std.h @@ -514,7 +514,7 @@ template <> struct formatter { public: FMT_CONSTEXPR void set_debug_format(bool set = true) { debug_ = set; } - + FMT_CONSTEXPR auto parse(parse_context<>& ctx) -> const char* { auto it = ctx.begin(), end = ctx.end(); if (it == end) return it;