Skip to content

Commit af7b209

Browse files
committed
Fix newline
1 parent 7a07689 commit af7b209

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

valid-anagram/heesun-task.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ def isAnagram(self, s: str, t: str) -> bool:
2525
del s_dict[t_letter]
2626

2727
return len(s_dict) == 0
28-

0 commit comments

Comments
 (0)