mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-05 17:30:06 +08:00
NFC: CI formatting fixes
This commit is contained in:
parent
88f5f662cc
commit
4147bfe1a7
@ -352,8 +352,6 @@ template <typename T, typename Char> struct is_range {
|
||||
* that should be formatted by iterating over the underlying container.
|
||||
* */
|
||||
|
||||
|
||||
|
||||
namespace detail {
|
||||
|
||||
template <typename Char, typename Element>
|
||||
@ -771,7 +769,6 @@ template <typename Container> struct all {
|
||||
auto end() const -> typename Container::const_iterator { return c.end(); }
|
||||
};
|
||||
} // namespace detail
|
||||
|
||||
FMT_EXPORT
|
||||
template <typename T>
|
||||
struct is_container_adaptor : detail::is_container_adaptor_like<T> {};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user