mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-11 12:49:57 +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.
|
* that should be formatted by iterating over the underlying container.
|
||||||
* */
|
* */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
||||||
template <typename Char, typename Element>
|
template <typename Char, typename Element>
|
||||||
@ -771,7 +769,6 @@ template <typename Container> struct all {
|
|||||||
auto end() const -> typename Container::const_iterator { return c.end(); }
|
auto end() const -> typename Container::const_iterator { return c.end(); }
|
||||||
};
|
};
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
|
||||||
FMT_EXPORT
|
FMT_EXPORT
|
||||||
template <typename T>
|
template <typename T>
|
||||||
struct is_container_adaptor : detail::is_container_adaptor_like<T> {};
|
struct is_container_adaptor : detail::is_container_adaptor_like<T> {};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user