Skip to content

Commit ff357e9

Browse files
committed
Remove extra whitespace
1 parent 728dfea commit ff357e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fmt/std.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ template <> struct formatter<std::error_code> {
514514

515515
public:
516516
FMT_CONSTEXPR void set_debug_format(bool set = true) { debug_ = set; }
517-
517+
518518
FMT_CONSTEXPR auto parse(parse_context<>& ctx) -> const char* {
519519
auto it = ctx.begin(), end = ctx.end();
520520
if (it == end) return it;

0 commit comments

Comments
 (0)