Skip to content

Commit

Permalink
Apply GFJ
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Dec 8, 2022
1 parent 61e10de commit 83ac35c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void replacementFirstSuggestedFix() {
" \"b\".toUpperCase();",
"",
" getString().toLowerCase();",
" getString().toUpperCase/* Comment with parens: (). */();",
" getString().toUpperCase /* Comment with parens: (). */();",
" }",
"",
" private String getString() {",
Expand Down Expand Up @@ -103,7 +103,7 @@ void replacementSecondSuggestedFix() {
" \"b\".toUpperCase(/* Comment with parens: (). */ );",
"",
" getString().toLowerCase();",
" getString().toUpperCase/* Comment with parens: (). */();",
" getString().toUpperCase /* Comment with parens: (). */();",
" }",
"",
" private String getString() {",
Expand Down

0 comments on commit 83ac35c

Please sign in to comment.