Skip to content

Commit c76f662

Browse files
line updated
1 parent 80ebb48 commit c76f662

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/thealgorithms/slidingwindow/MinSumKSizeSubarray.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
public final class MinSumKSizeSubarray {
1919

2020
// Prevent instantiation
21-
private MinSumKSizeSubarray() {
22-
21+
private MinSumKSizeSubarray() {
2322
}
2423

2524
/**

0 commit comments

Comments
 (0)