Skip to content

Commit df24d9f

Browse files
committed
chore: insert a line break at the end of file
1 parent f5cbc1c commit df24d9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

valid-palindrome/hyogshin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ def isPalindrome(self, s: str) -> bool:
2323
is_pal = False
2424
break
2525

26-
return is_pal
26+
return is_pal
27+

0 commit comments

Comments
 (0)