Skip to content

Commit b44fbbe

Browse files
committed
fix: 개행 문자 추가
1 parent 91742b0 commit b44fbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valid-anagram/YeomChaeEun.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ function isAnagram(s: string, t: string): boolean {
1414
}
1515

1616
return Object.values(counter).findIndex(value => value !== 0) < 0;
17-
};
17+
}

0 commit comments

Comments
 (0)