Skip to content

Commit cb9903f

Browse files
committed
Fix clang-format issues: add newlines at end of files
1 parent c4597f3 commit cb9903f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/thealgorithms/sorts/AmericanFlagSort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ private <T extends Comparable<T>> int getDigit(T element, int digitIndex) {
6060
}
6161
return str.charAt(str.length() - 1 - digitIndex);
6262
}
63-
}
63+
}

src/test/java/com/thealgorithms/sorts/AmericanFlagSortTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ public class AmericanFlagSortTest extends SortingAlgorithmTest {
55
SortAlgorithm getSortAlgorithm() {
66
return new AmericanFlagSort();
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)