Skip to content

Commit f40dea9

Browse files
committed
Fix clang-format: add newlines
1 parent bda656e commit f40dea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ public static int[] sort(int[] array) {
4343

4444
return result;
4545
}
46-
}
46+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ void testSingleElement() {
2929
int[] result = SleepSort.sort(input);
3030
assertArrayEquals(expected, result);
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)