Skip to content

Commit e0088ce

Browse files
committed
mruby-cli: brew style --fix
For Homebrew/brew#13671
1 parent a853779 commit e0088ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/mruby-cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def install
3535

3636
(buildpath/"build_config.rb").write <<~EOS
3737
MRuby::Build.new do |conf|
38-
toolchain :#{ENV.compiler == :gcc ? "gcc" : "clang"}
38+
toolchain :#{(ENV.compiler == :gcc) ? "gcc" : "clang"}
3939
4040
conf.gem File.expand_path(File.dirname(__FILE__))
4141
conf.gem :github => 'iij/mruby-io'

0 commit comments

Comments
 (0)