Skip to content

Commit

Permalink
Merge pull request Homebrew#1307 from apjanke/format-identifiers-insi…
Browse files Browse the repository at this point in the history
…de-other-formatting

Formatter: identifier: only reset color, not full styling
  • Loading branch information
MikeMcQuaid committed Oct 17, 2016
2 parents de880f1 + e72f113 commit e04bb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/utils/formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def headline(string, color: nil)
end

def identifier(string)
"#{Tty.green}#{string}#{Tty.reset}"
"#{Tty.green}#{string}#{Tty.default}"
end

def success(string, label: nil)
Expand Down

0 comments on commit e04bb5c

Please sign in to comment.