From 15f3b0fea5d598ca9e848510bb3db98d9d2c173a Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 10 Jun 2018 23:03:55 +0300 Subject: format --- include/spdlog/formatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/spdlog/formatter.h') diff --git a/include/spdlog/formatter.h b/include/spdlog/formatter.h index 937625f2..8641491d 100644 --- a/include/spdlog/formatter.h +++ b/include/spdlog/formatter.h @@ -33,7 +33,7 @@ public: void format(details::log_msg &msg) override; private: - const std::string eol_; + const std::string eol_; const pattern_time_type pattern_time_; std::vector> formatters_; std::tm get_time(details::log_msg &msg); -- cgit v1.2.3