Skip to content

Commit

Permalink
Fix reorderImports not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Nov 2, 2023
1 parent 5ae6a5d commit f9d08fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public GoogleJavaFormatConfig reflowLongStrings(boolean reflowLongStrings) {

public GoogleJavaFormatConfig reorderImports(boolean reorderImports) {
this.reorderImports = reorderImports;
replaceStep(createStep());
return this;
}

Expand Down

0 comments on commit f9d08fe

Please sign in to comment.