Formatted with Google Java Formatter

This commit is contained in:
github-actions 2021-03-08 14:07:57 +00:00
parent fd1888aff1
commit 424b0fd11b

View File

@ -49,7 +49,7 @@ public class LongestValidParentheses {
if ("quit".equals(str)) {
break;
}
System.out.println("Len is: " + getLongestValidParentheses(str));
}