aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compilers.rb
diff options
context:
space:
mode:
authorMarkus Reiter2016-11-14 16:50:24 +0100
committerGitHub2016-11-14 16:50:24 +0100
commit3a01fbadcd14fb180635d6464f2c600a738d50b5 (patch)
treee84414014d51503cf8dfa47e46ffec9fe26158ca /Library/Homebrew/compilers.rb
parentee143482e4323be29a60ee2965835a54eac2ace8 (diff)
parent6c1d42386df7994607f4b6096dd75323ff9bbb3a (diff)
downloadbrew-3a01fbadcd14fb180635d6464f2c600a738d50b5.tar.bz2
Merge pull request #1362 from reitermarkus/rubocop
Update RuboCop to 0.45.0.
Diffstat (limited to 'Library/Homebrew/compilers.rb')
-rw-r--r--Library/Homebrew/compilers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb
index 7503f1d77..6c3971984 100644
--- a/Library/Homebrew/compilers.rb
+++ b/Library/Homebrew/compilers.rb
@@ -118,7 +118,7 @@ class CompilerSelector
yield Compiler.new(name, version) if version
end
when :llvm
- # no-op. DSL supported, compiler is not.
+ next # no-op. DSL supported, compiler is not.
else
version = compiler_version(compiler)
yield Compiler.new(compiler, version) if version