Commit 7a259f0
committed
Fix clang-format: add final newlines to DoubleHashingSort files
- Add required newline at end of DoubleHashingSort.java
- Add required newline at end of DoubleHashingSortTest.java
- Ensures clang-format compliance with EOF newline requirement
- Files now end properly with newline character as expected1 parent 77b4de4 commit 7a259f0
File tree
2 files changed
+2
-2
lines changed- src
- main/java/com/thealgorithms/sorts
- test/java/com/thealgorithms/sorts
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
0 commit comments