Skip to content

Commit 8b5971a

Browse files
author
Kateryna Kanivets
committed
Merge branch 'cleaned-up' of https://github.com/kanivetskateryna/Java into cleaned-up
2 parents 06e4151 + 2530710 commit 8b5971a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/dynamicprogramming/UniquePaths.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
public final class UniquePaths {
2121

22-
private UniquePaths(){};
22+
private UniquePaths(){}
2323

2424
/**
2525
* Calculates the number of unique paths using a 1D dynamic programming array.

0 commit comments

Comments
 (0)