diff --git a/include/fmt/format.h b/include/fmt/format.h index 2fb0abe0..2ac81bb9 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1476,7 +1476,6 @@ void arg_map::init(const basic_format_args &args) { break; // Do nothing. } } - return; } for (unsigned i = 0; ; ++i) { switch (args.args_[i].type_) {