Merge pull request #1307 from apjanke/format-identifiers-inside-other-formatting
Formatter: identifier: only reset color, not full styling
This commit is contained in:
commit
e04bb5cdd7
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user