Unverified Commit e504acee authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update wincolor_sink.h

parent 3ce9ac74
...@@ -123,10 +123,10 @@ private: ...@@ -123,10 +123,10 @@ private:
case color_mode::always: case color_mode::always:
case color_mode::automatic: case color_mode::automatic:
should_do_colors_ = true; should_do_colors_ = true;
break break;
case color_mode::never: case color_mode::never:
should_do_colors_ = false; should_do_colors_ = false;
break break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment