Skip to content

Commit c55606f

Browse files
committed
Fix clang-format: add newlines
1 parent f158286 commit c55606f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ private <T extends Comparable<T>> void postmanSort(T[] array) {
4242
}
4343
}
4444
}
45-
}
45+
}

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

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

0 commit comments

Comments
 (0)