Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 12, 2024
1 parent cddad9a commit baae8cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static java.util.Collection<Object[]> data() {

@Test
public void test() throws Exception {
XstsMddCheckerTest.runTestWithIterationStrategy(filePath, propPath, safe, IterationStrategy.SAT);
XstsMddCheckerTest.runTestWithIterationStrategy(
filePath, propPath, safe, IterationStrategy.SAT);
}

}

0 comments on commit baae8cd

Please sign in to comment.