Skip to content

Commit 1e16492

Browse files
committed
Fix Checkstyle whitespace issues in Knapsack.java
1 parent 4795c09 commit 1e16492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
public final class Knapsack {
2525

26-
private Knapsack() {}
26+
private Knapsack() { }
2727

2828
/**
2929
* Validates the input to ensure correct constraints.

0 commit comments

Comments
 (0)