aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
authorXu Cheng2015-08-06 15:45:52 +0800
committerXu Cheng2015-08-06 17:23:56 +0800
commitb121e5fd7be1b1984e51caa6a369dd8faf70a57a (patch)
tree7bf8eb9f259479e8c445e2d991bec251a2cc5324 /Library/Homebrew/extend
parent3f8ce5f1a95307a2a836afbbf51565d890ff676f (diff)
downloadbrew-b121e5fd7be1b1984e51caa6a369dd8faf70a57a.tar.bz2
more core file style updated by rubocop
Diffstat (limited to 'Library/Homebrew/extend')
-rw-r--r--Library/Homebrew/extend/ENV/super.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb
index 911602919..a5892d122 100644
--- a/Library/Homebrew/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/ENV/super.rb
@@ -121,7 +121,7 @@ module Superenv
when "gcc-4.2"
begin
apple_gcc42 = Formulary.factory("apple-gcc42")
- rescue FormulaUnavailableError
+ rescue FormulaUnavailableError
end
paths << apple_gcc42.opt_bin.to_s if apple_gcc42
when GNU_GCC_REGEXP