Formatter: identifier: only reset color, not full styling
This commit is contained in:
parent
de880f1e87
commit
e72f1139ad
@ -12,7 +12,7 @@ module Formatter
|
|||||||
end
|
end
|
||||||
|
|
||||||
def identifier(string)
|
def identifier(string)
|
||||||
"#{Tty.green}#{string}#{Tty.reset}"
|
"#{Tty.green}#{string}#{Tty.default}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def success(string, label: nil)
|
def success(string, label: nil)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user