Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jul 2, 2024
1 parent 88832c5 commit d703b94
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ class OrganizeImportsFeature {
edits = edits.concat(organizeImportGroup(doc, context, group));
}

if (last != null) edits = edits.concat(organizeImportGroup(doc, context, last));
if (last != null)
edits = edits.concat(organizeImportGroup(doc, context, last));
return edits;
}

Expand Down

0 comments on commit d703b94

Please sign in to comment.