Skip to content

Commit b79ba0d

Browse files
committed
fix: fix lint error
1 parent 0cdd8a8 commit b79ba0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valid-anagram/robinyoon-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ var isAnagram = function (s, t) {
1818
//4. 같으면 true를, 다르면 false를 반환한다.
1919
return result;
2020

21-
};
21+
};

0 commit comments

Comments
 (0)