Skip to content

Commit

Permalink
Fixed issue where maxCols were not being properly used.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Sep 1, 2024
1 parent fedfae4 commit 71c65ad
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 ImportArranger(IDocument doc, boolean removeUnusedImports, String endLine
this.removeUnusedImports = removeUnusedImports;
this.automatic = automatic;
this.edit = edit;
this.maxCols = maxCols;
multilineImports = ImportPreferences.getMultilineImports(edit);
sortNamesGrouped = ImportPreferences.getSortNamesGrouped(edit);
breakWithParenthesis = getBreakImportsWithParenthesis(edit);
Expand Down

0 comments on commit 71c65ad

Please sign in to comment.