clang-format

This commit is contained in:
gabime
2019-10-18 16:14:08 +03:00
parent fcc809f4f1
commit 9a0a0c2d8c
3 changed files with 6 additions and 7 deletions

View File

@@ -73,7 +73,6 @@ public:
void swap(spdlog::logger &other) SPDLOG_NOEXCEPT;
template<typename... Args>
void log(source_loc loc, level::level_enum lvl, string_view_t fmt, const Args &... args)
{
@@ -150,7 +149,6 @@ public:
details::log_msg log_msg(loc, name_, lvl, msg);
log_it_(log_msg);
}
void log(level::level_enum lvl, string_view_t msg)