Skip to content

Commit b88c9bf

Browse files
committed
Apply best practices to avoid bot comments
1 parent 11bbf82 commit b88c9bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/org/openrewrite/staticanalysis/RemoveUnusedPrivateMethodsTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ public void dontRemove() {
9898
private void dontRemove2() {
9999
}
100100
}
101-
""")
101+
"""
102+
)
102103
);
103104
}
104105

0 commit comments

Comments
 (0)