Skip to content

Commit dfa04d6

Browse files
committed
fix: apply clang-format to MaximumProductSubarrayTest.java
1 parent cf7f973 commit dfa04d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/dynamicprogramming/MaximumProductSubarrayTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ void testMultipleZeros() {
149149
int actual = MaximumProductSubarray.maxProduct(nums);
150150
assertEquals(expected, actual, "The maximum product should be 6.");
151151
}
152-
}
152+
}

0 commit comments

Comments
 (0)