mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +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:
@@ -17,4 +17,4 @@ class PowerUsingRecursionTest {
|
||||
assertEquals(97.65625, PowerUsingRecursion.power(2.5, 5));
|
||||
assertEquals(81, PowerUsingRecursion.power(3, 4));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user