Skip to content

Commit f72643d

Browse files
authored
Update Solution.java
1 parent 9146f3f commit f72643d

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/g0301_0400/s0350_intersection_of_two_arrays_ii

1 file changed

+0
-1
lines changed

src/main/java/g0301_0400/s0350_intersection_of_two_arrays_ii/Solution.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public int[] intersect(int[] nums1, int[] nums2) {
2828
// Check if nums2 value is less then nums1 value;
2929
// Increment "j"
3030
j++;
31-
3231
} else {
3332
// Check if nums1 value is equals to nums2 value;
3433
// Dump into nums1 and increment k, increment i & increment j as well;

0 commit comments

Comments
 (0)