Renamed exposed method. [#1004]

This commit is contained in:
Florian Wörter 2019-03-11 14:15:58 +01:00
parent 63cfb7db25
commit 1caf05cc52
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public:
formatter_ = std::move(sink_formatter);
}
bool colors_enabled()
bool should_color()
{
return should_do_colors_;
}