Fixed tidy warnings

This commit is contained in:
gabime
2024-11-30 12:53:19 +02:00
parent 7a0e2ff8a8
commit 0d8f1f1dd4
7 changed files with 12 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ void ansicolor_sink<Mutex>::set_color(level color_level, string_view_t color) {
}
template <typename Mutex>
bool ansicolor_sink<Mutex>::should_color() {
bool ansicolor_sink<Mutex>::should_color() const {
return should_do_colors_;
}