Skip to content

Commit 424b0fd

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
Formatted with Google Java Formatter
1 parent fd1888a commit 424b0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DynamicProgramming/LongestValidParentheses.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static void main(String[] args) {
4949
if ("quit".equals(str)) {
5050
break;
5151
}
52-
52+
5353
System.out.println("Len is: " + getLongestValidParentheses(str));
5454
}
5555

0 commit comments

Comments
 (0)