Skip to content

Commit 51f56cd

Browse files
committed
fix: make small adjustment
1 parent 3c4e522 commit 51f56cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/recursion/FibonacciSeries.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
public final class FibonacciSeries {
1313
private FibonacciSeries() {
14-
1514
throw new UnsupportedOperationException("Utility class");
1615
}
1716

0 commit comments

Comments
 (0)