From b121e5fd7be1b1984e51caa6a369dd8faf70a57a Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Thu, 6 Aug 2015 15:45:52 +0800 Subject: more core file style updated by rubocop --- Library/Homebrew/extend/ENV/super.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/extend') 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 -- cgit v1.2.3