Skip to content

Commit ff97d47

Browse files
Fix formatting and style for Checkstyle and Clang-Format
1 parent 1263417 commit ff97d47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/thealgorithms/stacks/BalancedBrackets.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static boolean isBalanced(String input) {
8383

8484
/**
8585
* Optional main method for quick manual testing
86-
*/
86+
8787
public static void main(String[] args) {
8888
String[] tests = {
8989
"()",
@@ -104,4 +104,5 @@ public static void main(String[] args) {
104104
}
105105
}
106106
}
107+
**/
107108
}

0 commit comments

Comments
 (0)