Apply clang-format
This commit is contained in:
parent
d130ee070f
commit
79c4b6bd70
@ -573,7 +573,8 @@ auto compile(const Char (&format_str)[N])
|
|||||||
|
|
||||||
// DEPRECATED! use FMT_COMPILE instead.
|
// DEPRECATED! use FMT_COMPILE instead.
|
||||||
template <typename... Args>
|
template <typename... Args>
|
||||||
FMT_DEPRECATED auto compile(const Args&... args) -> decltype(detail::compile(args...)) {
|
FMT_DEPRECATED auto compile(const Args&... args)
|
||||||
|
-> decltype(detail::compile(args...)) {
|
||||||
return detail::compile(args...);
|
return detail::compile(args...);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user