Skip to content

Commit f37c7b1

Browse files
committed
Apply clang-format
1 parent 81b2930 commit f37c7b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/fmt/format-inl.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,8 @@ FMT_FUNC auto vformat(string_view fmt, format_args args) -> std::string {
14491449

14501450
namespace detail {
14511451

1452-
FMT_CONSTEXPR FMT_FUNC void vformat_to(buffer<char>& buf, string_view fmt, format_args args, locale_ref loc) {
1452+
FMT_CONSTEXPR FMT_FUNC void vformat_to(buffer<char>& buf, string_view fmt,
1453+
format_args args, locale_ref loc) {
14531454
auto out = appender(buf);
14541455
if (fmt.size() == 2 && equal2(fmt.data(), "{}"))
14551456
return args.get(0).visit(default_arg_formatter<char>{out});

0 commit comments

Comments
 (0)