diff --git a/include/bits/soi-dbg.hpp b/include/bits/soi-dbg.hpp index 0e7d202..f9ae4b5 100644 --- a/include/bits/soi-dbg.hpp +++ b/include/bits/soi-dbg.hpp @@ -183,7 +183,7 @@ auto dbg_print(const char (&msg)[N], std::string const &, char const *file, void dbg_print_status(char const *file, int line, char const *function_name) { std::cerr << ANSI_VALUE << "[" << file << ":" << line << " (" << function_name - << ")]" << ANSI_VALUE << '\n'; + << ")]" << ANSI_RESET << '\n'; } template T &&identity(T &&t) { return std::forward(t); }