Skip to content

Commit 4e7bb8d

Browse files
author
jinvicky
committed
fix missing line break
1 parent 6bcde67 commit 4e7bb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decode-ways/jinvicky.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ public int numDecodings(String s) {
2020

2121
return dp[n];
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)