Skip to content

Commit 64b18ee

Browse files
committed
Update remove-duplicates-from-sorted-array.cpp
1 parent 992e8d4 commit 64b18ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

C++/remove-duplicates-from-sorted-array.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class Solution {
1010
nums[++last] = num;
1111
}
1212
}
13-
1413
return last + 1;
1514
}
1615
};

0 commit comments

Comments
 (0)