summaryrefslogtreecommitdiffhomepage
path: root/lib/Macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Macros.h')
-rw-r--r--lib/Macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Macros.h b/lib/Macros.h
index fb6e77e..85fb45b 100644
--- a/lib/Macros.h
+++ b/lib/Macros.h
@@ -30,7 +30,7 @@ namespace logger
inline std::ostream& info() noexcept
{
auto& out = std::cout;
- out << rang::style::bold << rang::fg::red << "btb: " << rang::style::reset;
+ out << rang::fg::red << "btb: " << rang::style::reset;
return out;
}
}