Skip to content

Commit 9823cfe

Browse files
committed
Fix hash alignment for Homebrew style check
Align hash keys and values in cantera_env hash to satisfy RuboCop style requirements. Added padding to align the => operators.
1 parent 9b76a24 commit 9823cfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packaging/homebrew/mfc.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ def install
4141
# Configure Cantera build
4242
# Set compiler environment variables for scons (not as command-line args)
4343
cantera_env = {
44-
"CC" => ENV.cc,
45-
"CXX" => ENV.cxx,
46-
"CFLAGS" => "-isysroot#{MacOS.sdk_path}",
44+
"CC" => ENV.cc,
45+
"CXX" => ENV.cxx,
46+
"CFLAGS" => "-isysroot#{MacOS.sdk_path}",
4747
"CXXFLAGS" => "-isysroot#{MacOS.sdk_path}",
4848
}
4949

0 commit comments

Comments
 (0)