Skip to content

Commit 70185df

Browse files
committed
Minor style fix
1 parent 23b077a commit 70185df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/java/com/packt/datastructuresandalg/lesson4/activity/maxsubarray/MaximumSubarrayTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ public void test2() {
1616
}
1717

1818
public void test3() {
19-
int[] input = {-13533, 3752, -591, 1988, -9113, -16361, 4108, 5630, 5000, 3944, 7512,
19+
int[] input = {
20+
-13533, 3752, -591, 1988, -9113, -16361, 4108, 5630, 5000, 3944, 7512,
2021
-17364, 5556, -8400, 12081, -2314, 10445, -18980, -3176, -4586, 8983,
2122
-10502, 7701, 8010, -3982, 9037, 15054, -10557, -8021, -14963, 5976,
2223
-17986, -11418, -5959, -8974, -15759, 2574, 2619, 14843, -18561, -11852,

0 commit comments

Comments
 (0)