Skip to content

Commit ba006ea

Browse files
authored
docs: insert a line break at the end of file
1 parent 5916ab4 commit ba006ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

valid-anagram/hyogshin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ def isAnagram(self, s: str, t: str) -> bool:
2727
return True
2828
else:
2929
return False
30-

0 commit comments

Comments
 (0)