Skip to content

Commit fc7bbd7

Browse files
pmjuupmjuu
pmjuu
authored and
pmjuu
committed
fix: remove line break
1 parent 9b2784c commit fc7bbd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

valid-palindrome/pmjuu.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ def isPalindrome(self, s: str) -> bool:
1818
left += 1
1919
right -= 1
2020

21-
return True
22-
21+
return True

0 commit comments

Comments
 (0)