Skip to content

Commit ce47ebf

Browse files
autofix-ci[bot]leaysgur
authored andcommitted
[autofix.ci] apply automated fixes
1 parent 7b3298f commit ce47ebf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/oxc_formatter/src/ir_transform/sort_imports.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,13 +249,11 @@ impl SourceLine {
249249
range: Range<usize>,
250250
line_mode: LineMode,
251251
) -> Self {
252-
253252
debug_assert!(
254253
!range.is_empty(),
255254
"`range` must not be empty, otherwise use `SourceLine::Empty` directly."
256255
);
257256

258-
259257
// Check if the line is comment-only.
260258
// e.g.
261259
// ```

0 commit comments

Comments
 (0)