Skip to content

Commit 7728ffa

Browse files
author
eunhwa99
committed
Add line
1 parent 62c9ca1 commit 7728ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decode-ways/eunhwa99.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ private boolean checkRange(char left, char right) {
4141
int num = leftNum * 10 + rightNum;
4242
return (num >= 10 && num <= 26);
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)