Skip to content

Commit 26c990d

Browse files
committed
개행 문자 추가
1 parent 194eb6c commit 26c990d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

palindromic-substrings/krokerdile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ var countSubstrings = function(s) {
3434
}
3535

3636
return count;
37-
};
37+
};

0 commit comments

Comments
 (0)