Skip to content

Commit

Permalink
Automated Java code formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram28 committed Jun 18, 2024
1 parent 0fc98f5 commit 3b64e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/legup/TestRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static void main(String[] args) {
printTestResults(result36);
Result result37 = JUnitCore.runClasses(TentOrGrassCaseRuleTest.class);
printTestResults(result37);

// Minesweeper
Result result38 = JUnitCore.runClasses(MinesweeperUtilitiesTest.class);
printTestResults(result38);
Expand Down

0 comments on commit 3b64e77

Please sign in to comment.