Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc8ab59

Browse filesBrowse files
style: fix trailing blank line to satisfy clang-format
1 parent 410d320 commit fc8ab59
Copy full SHA for fc8ab59

1 file changed

-1Lines changed: 0 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/test/java/com/thealgorithms/sorts/ConcurrentMergeSortTest.java‎

Copy file name to clipboardExpand all lines: src/test/java/com/thealgorithms/sorts/ConcurrentMergeSortTest.java
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,4 @@ public void testNullArray() {
9090
ConcurrentMergeSort.sort(array);
9191
org.junit.jupiter.api.Assertions.assertNull(array, "Null array should be handled without errors.");
9292
}
93-
9493
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.