Skip to content

Commit 8b91e40

Browse files
committed
fix?
1 parent 120b3a3 commit 8b91e40

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
@@ -42,10 +42,10 @@ def install
4242
# - bootstrap/ for build/lint/format scripts
4343
# - templates/ for HPC job submission
4444
prefix.install "toolchain"
45-
45+
4646
# Install examples
4747
pkgshare.install "examples"
48-
48+
4949
# Create a wrapper that sets up the environment and calls mfc.sh
5050
# The wrapper changes to the installation directory because mfc.sh
5151
# expects to be run from MFC's root (checks for toolchain/util.sh)
@@ -81,7 +81,7 @@ def caveats
8181
assert_path_exists bin/"pre_process"
8282
assert_path_exists bin/"simulation"
8383
assert_path_exists bin/"post_process"
84-
84+
8585
# Test mfc wrapper
8686
system bin/"mfc", "--help"
8787

0 commit comments

Comments
 (0)