diff --git a/fmt/format.h b/fmt/format.h index fd8fc657..05de09c8 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -3868,8 +3868,7 @@ void BasicFormatter::format(BasicCStringRef format_str) { template -struct ArgJoin -{ +struct ArgJoin { It first; It last; BasicCStringRef sep;