Skip to content

Commit c3f92d2

Browse files
author
alx
committed
Fix java checkstyle
1 parent a9999e6 commit c3f92d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.thealgorithms.sorts;
22

3-
class StrandSortTest extends SortingAlgorithmTest{
3+
class StrandSortTest extends SortingAlgorithmTest {
44
@Override
55
SortAlgorithm getSortAlgorithm() {
66
return new StrandSort();

0 commit comments

Comments
 (0)