Skip to content

Commit 120b3a3

Browse files
committed
fix
1 parent b83729b commit 120b3a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packaging/homebrew/mfc.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# typed: true
1+
# typed: strict
22
# frozen_string_literal: true
33

44
# Homebrew formula for MFC (Multiphase Flow Code)
@@ -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)