Formatter: identifier: only reset color, not full styling

This commit is contained in:
Andrew Janke 2016-10-17 00:45:37 -04:00
parent de880f1e87
commit e72f1139ad

View File

@ -12,7 +12,7 @@ module Formatter
end
def identifier(string)
"#{Tty.green}#{string}#{Tty.reset}"
"#{Tty.green}#{string}#{Tty.default}"
end
def success(string, label: nil)