We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a00656 commit 4c1aeffCopy full SHA for 4c1aeff
core/src/main/java/com/google/googlejavaformat/OpsBuilder.java
@@ -159,7 +159,7 @@ public BlankLineWanted merge(BlankLineWanted other) {
159
int depth = 0;
160
161
/** Add an {@link Op}, and record open/close ops for later validation of unclosed levels. */
162
- private void add(Op op) {
+ public final void add(Op op) {
163
if (op instanceof OpenOp) {
164
depth++;
165
} else if (op instanceof CloseOp) {
0 commit comments