Skip to content

Commit d136bd3

Browse files
committed
2020-10-07
1 parent 016288b commit d136bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0020.有效的括号/0020-有效的括号.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def isValid(self, s):
1313
if not stack or dic[ch] != stack[-1]:
1414
return False
1515
stack.pop()
16-
return len(stack) == 0
16+
return len(stack) == 0

0 commit comments

Comments
 (0)