diff --git a/src/common/logging/backend_spdlog.cpp b/src/common/logging/backend_spdlog.cpp index 86f595c4b..297f91e70 100644 --- a/src/common/logging/backend_spdlog.cpp +++ b/src/common/logging/backend_spdlog.cpp @@ -72,7 +72,7 @@ SpdLogBackend::SpdLogBackend() { #ifdef _WIN32 auto color_sink = std::make_shared(); #else - auto color_sink = std::make_shared(); + auto color_sink = std::make_shared(); #endif std::vector sinks; sinks.push_back(std::move(file_sink));