mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-28 15:02:46 +08:00
chore: enforce InsertNewlineAtEOF
in clang-format
(#4343)
* style: insert newline at eof * style: use `InsertNewlineAtEOF` in `clang-format` * fix: use `clang-format-16` * chore: update clang-format-lint-action to v0.16.2 --------- Co-authored-by: Debasish Biswas <debasishbsws.dev@gmail.com>
This commit is contained in:
@ -99,4 +99,4 @@ public class BreadthFirstSearchTest {
|
||||
// check path is the whole list
|
||||
assertArrayEquals(expectedPath.toArray(), bfs.getVisited().toArray());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -23,4 +23,4 @@ public class sortOrderAgnosticBinarySearchTest {
|
||||
int excepted = 3;
|
||||
assertEquals(excepted, ans);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user