1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-05-05 06:03:52 +00:00

remove needless zeros in reset code

This commit is contained in:
Josh Junon 2018-01-18 15:03:03 +01:00
parent f258af4364
commit a59f74e8a2

View File

@ -49,7 +49,7 @@ public:
} }
/// Formatting codes /// Formatting codes
const std::string reset = "\033[00m"; const std::string reset = "\033[m";
const std::string bold = "\033[1m"; const std::string bold = "\033[1m";
const std::string dark = "\033[2m"; const std::string dark = "\033[2m";
const std::string underline = "\033[4m"; const std::string underline = "\033[4m";