Skip to content

Commit a853779

Browse files
committed
mailcatcher: brew style --fix
For Homebrew/brew#13671
1 parent 89777aa commit a853779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/mailcatcher.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def install
112112
when "sqlite"
113113
system "gem", "install", r.cached_download, "--ignore-dependencies",
114114
"--no-document", "--install-dir", libexec, "--",
115-
ENV.compiler == :clang ? "--with-cflags=-fdeclspec" : ""
115+
(ENV.compiler == :clang) ? "--with-cflags=-fdeclspec" : ""
116116
when "bundler"
117117
# bundler is needed only at build-time
118118
else

0 commit comments

Comments
 (0)