Skip to content

Commit

Permalink
Update test code to reflect Google code style
Browse files Browse the repository at this point in the history
  • Loading branch information
arichapn committed Dec 7, 2023
1 parent 6c2d9e3 commit 8390cb2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ void replacement() {
" private static A create(int a) {",
" return new A();",
" }",
"",
"}")
.addOutputLines(
"A.java",
Expand Down Expand Up @@ -287,7 +286,6 @@ void replacement() {
" private static A create(int a) {",
" return new A();",
" }",
"",
"}")
.doTest(TestMode.TEXT_MATCH);
}
Expand Down

0 comments on commit 8390cb2

Please sign in to comment.