minor cleanup

This commit is contained in:
gabime
2023-09-29 00:23:08 +03:00
parent 463af69d41
commit 2bdddc61e8
2 changed files with 1 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
// Loggers registry of unique name->logger pointer
// An attempt to create a logger with an already existing name will result with spdlog_ex exception.
// If user requests a non existing logger, nullptr will be returned
// If user requests a non-existing logger, nullptr will be returned
// This class is thread safe
#include <chrono>