Skip to content

Commit 047c1da

Browse files
author
Mrinal Chauhan
committed
fix: updated code to fix errors
1 parent f5aea14 commit 047c1da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
* Z-algorithm implementation to find all occurrences of a pattern in a text.
88
*/
99
public final class Zalgorithm {
10-
private Zalgorithm() {}
10+
private Zalgorithm() {
11+
}
1112

1213
/**
1314
* Finds occurrences of a pattern in a text using Z-algorithm.

0 commit comments

Comments
 (0)