diff --git a/include/spdlog/details/registry.h b/include/spdlog/details/registry.h index 104ac18f..ee6c7d95 100644 --- a/include/spdlog/details/registry.h +++ b/include/spdlog/details/registry.h @@ -72,7 +72,7 @@ public: return new_logger; } - void drop(const std::string &logger_name) + void drop(const std::string& logger_name) { std::lock_guard lock(_mutex); _loggers.erase(logger_name);