code formatting

This commit is contained in:
gabime 2018-10-21 23:23:40 +03:00
parent 9daad800a8
commit 1bdd556d3b
2 changed files with 6 additions and 10 deletions

View File

@ -87,7 +87,6 @@ inline void spdlog::logger::log(level::level_enum lvl, const char *msg)
SPDLOG_CATCH_AND_HANDLE
}
template<class T, typename std::enable_if<std::is_convertible<T, spdlog::string_view_type>::value, T>::type *>
inline void spdlog::logger::log(level::level_enum lvl, const T &msg)
{
@ -121,9 +120,6 @@ inline void spdlog::logger::log(level::level_enum lvl, const T &msg)
SPDLOG_CATCH_AND_HANDLE
}
template<typename... Args>
inline void spdlog::logger::trace(const char *fmt, const Args &... args)
{