mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-16 23:29:57 +08:00
NFC: CI formatting fixes
This commit is contained in:
parent
5d25f05bcc
commit
88f5f662cc
@ -753,7 +753,6 @@ struct formatter<tuple_join_view<Tuple, Char>, Char,
|
|||||||
return do_format(value, ctx, std::integral_constant<size_t, N - 1>());
|
return do_format(value, ctx, std::integral_constant<size_t, N - 1>());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
// Check if T has an interface like a container adaptor (e.g. std::stack,
|
// Check if T has an interface like a container adaptor (e.g. std::stack,
|
||||||
// std::queue, std::priority_queue).
|
// std::queue, std::priority_queue).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user