Skip to content
Snippets Groups Projects
Commit e72f1139 authored by Andrew Janke's avatar Andrew Janke
Browse files

Formatter: identifier: only reset color, not full styling

parent de880f1e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment