Skip to content

Commit 8a12407

Browse files
authored
Fix indentation in cases.py
1 parent bb4d52c commit 8a12407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/mfc/test/cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ def foreach_example():
10241024
"3D_IGR_TaylorGreenVortex_nvidia",
10251025
"2D_backward_facing_step",
10261026
"2D_forward_facing_step",
1027-
"1D_convergence",]
1027+
"1D_convergence",
10281028
"3D_IGR_33jet"]
10291029
if path in casesToSkip:
10301030
continue

0 commit comments

Comments
 (0)