Skip to content

Commit f9fa5c1

Browse files
committed
Fix toolchain trailing white space?
1 parent 5096ed8 commit f9fa5c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

toolchain/mfc/run/case_dicts.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,7 @@ def analytic(self):
279279
SIMULATION[f"fluid_pp({f_id})%Re({re_id})"] = ParamType.REAL
280280

281281
for mono_id in range(1,4+1):
282-
for int_attr in ["pulse", "support", "num_elements", "element_on",
283-
"bb_num_freq"]:
282+
for int_attr in ["pulse", "support", "num_elements", "element_on", "bb_num_freq"]:
284283
SIMULATION[f"acoustic({mono_id})%{int_attr}"] = ParamType.INT
285284

286285
SIMULATION[f"acoustic({mono_id})%dipole"] = ParamType.LOG

0 commit comments

Comments
 (0)