fix(formatter,oxfmt): Sort imports should not flush Empty line#20443
Conversation
|
This run croaked 😵 The workflow encountered an error before any progress could be reported. Please check the link below for details. |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merging this PR will not alter performance
Comparing Footnotes
|
Merge activity
|
Fixes #20428 Since we're already handling the explicit `LineMode::Empty`, `LineMode::Hard` alone would have sufficed in this case.
c111b95 to
71628e6
Compare


Fixes #20428
Since we're already handling the explicit
LineMode::Empty,LineMode::Hardalone would have sufficed in this case.