Skip to content

Commit 8e27e41

Browse files
committed
lint
1 parent 3c492d4 commit 8e27e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/mfc/test/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def run(self, targets: List[Union[str, MFCTarget]], gpus: Set[int]) -> subproces
135135
jobs = ["-j", str(ARG("jobs"))] if ARG("case_optimization") else []
136136
case_optimization = ["--case-optimization"] if ARG("case_optimization") else []
137137
rdma_mpi_args = ["--rdma-mpi"] if ARG("rdma_mpi") else []
138-
138+
139139
if self.params.get("bubbles_lagrange", 'F') == 'T':
140140
input_bubbles_lagrange(self)
141141

0 commit comments

Comments
 (0)