aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/style.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-09-17 15:32:44 +0100
committerMike McQuaid2016-09-17 16:14:13 +0100
commit3982950e6106d45811a396a6a7478eeeee2817d7 (patch)
tree3bc809f42e4356c89f4ff3508bbf0e84cd5d4d41 /Library/Homebrew/cmd/style.rb
parent6693915399a5d9f1f09255c5008d2cc1209f7662 (diff)
downloadbrew-3982950e6106d45811a396a6a7478eeeee2817d7.tar.bz2
rubocop --auto-correct all hash-rocket usage.
Diffstat (limited to 'Library/Homebrew/cmd/style.rb')
-rw-r--r--Library/Homebrew/cmd/style.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/style.rb b/Library/Homebrew/cmd/style.rb
index 61e2b7908..9540e853d 100644
--- a/Library/Homebrew/cmd/style.rb
+++ b/Library/Homebrew/cmd/style.rb
@@ -30,7 +30,7 @@ module Homebrew
ARGV.formulae.map(&:path)
end
- Homebrew.failed = check_style_and_print(target, :fix => ARGV.flag?("--fix"))
+ Homebrew.failed = check_style_and_print(target, fix: ARGV.flag?("--fix"))
end
# Checks style for a list of files, printing simple RuboCop output.