Skip to content

Commit 26a7b93

Browse files
style: apply clang-format and checkstyle fixes
1 parent ea34cab commit 26a7b93

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/java/com/thealgorithms/backtracking/RatInAMazeTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,5 @@ void testLargerMazeWithPath() {
9595
for (String path : paths) {
9696
assertTrue(path.chars().allMatch(c -> "DLRU".indexOf(c) >= 0), "Path contains invalid characters: " + path);
9797
}
98-
9998
}
10099
}

0 commit comments

Comments
 (0)