Skip to content

Commit 4ea865a

Browse files
committed
cpptoml: brew style --fix
For Homebrew/brew#13671
1 parent 15ce8ba commit 4ea865a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/cpptoml.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Cpptoml < Formula
1414

1515
def install
1616
args = %W[
17-
-DENABLE_LIBCXX=#{ENV.compiler == :clang ? "ON" : "OFF"}
17+
-DENABLE_LIBCXX=#{(ENV.compiler == :clang) ? "ON" : "OFF"}
1818
-DCPPTOML_BUILD_EXAMPLES=OFF
1919
]
2020

0 commit comments

Comments
 (0)