Skip to content

Commit 27996b7

Browse files
committed
Fix: Add missing newline to Python files
1 parent 0ef7dbb commit 27996b7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

valid-palindrome/Jay-Mo-99.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,10 @@ def isPalindrome(self, s):
2929
return True
3030
else:
3131
return False
32-
32+
33+
34+
35+
36+
37+
38+

0 commit comments

Comments
 (0)