Remove extra whitespace

This commit is contained in:
Victor Zverovich
2025-10-25 08:10:57 -07:00
parent 728dfeab5b
commit ff357e9e4a

View File

@@ -514,7 +514,7 @@ template <> struct formatter<std::error_code> {
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;