Skip to content

Commit 80ebb48

Browse files
updated the line format
1 parent 3a7ac38 commit 80ebb48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
public final class MinSumKSizeSubarray {
1919

2020
// Prevent instantiation
21-
private MinSumKSizeSubarray() { }
21+
private MinSumKSizeSubarray() {
22+
23+
}
2224

2325
/**
2426
* This method finds the minimum sum of a subarray of a given size k.

0 commit comments

Comments
 (0)