Skip to content

Commit 7c16368

Browse files
authored
fix: lint issue line blankspace removal
1 parent b525c5d commit 7c16368

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/strings/SuffixArray.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ public static int[] buildSuffixArray(String text) {
5555
}
5656
return Arrays.stream(suffixArray).mapToInt(Integer::intValue).toArray();
5757
}
58-
5958
}

0 commit comments

Comments
 (0)