Skip to content

Commit d0cd5ee

Browse files
committed
Bump testfiles for 1.22.0's new style.
1 parent 20da351 commit d0cd5ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testlib/src/main/resources/java/googlejavaformat/TextBlock.clean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import mylib.UsedB;
33

44
public class Java {
55
public static void main(String[] args) {
6-
var a = """
6+
var a =
7+
"""
78
Howdy
89
Partner!
910
""";

0 commit comments

Comments
 (0)