mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
Fixed tidy warnings
This commit is contained in:
@@ -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_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user