Skip to content

Commit 25dc722

Browse files
authored
Update Mr.Q.md
1 parent d98a7e8 commit 25dc722

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

2018.11.29-leetcode443/Mr.Q.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ public int compress(char[] chars) {
2727
}
2828
}
2929
}
30-
return length + 1;
30+
31+
return length + 1;
3132
}

0 commit comments

Comments
 (0)