clang-format

This commit is contained in:
gabime 2019-12-13 18:26:36 +02:00
parent 62ecc04212
commit a056b9115b
4 changed files with 3 additions and 4 deletions

View File

@ -116,7 +116,6 @@ void daily_example()
auto daily_logger = spdlog::daily_logger_mt("daily_logger", "logs/daily.txt", 2, 30); auto daily_logger = spdlog::daily_logger_mt("daily_logger", "logs/daily.txt", 2, 30);
} }
// Load log levels from SPDLOG_LEVEL environment variable if exists. // Load log levels from SPDLOG_LEVEL environment variable if exists.
// //
// set global level to debug: // set global level to debug: