Skip to content

Commit addf985

Browse files
committed
누락된 개행문자 추가
1 parent fcb6232 commit addf985

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

valid-palindrome/river20s.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ public boolean isPalindrome(String s) {
1212

1313
return isEqual;
1414
}
15-
}
15+
}
16+

0 commit comments

Comments
 (0)