Skip to content

Commit 94fd43f

Browse files
camc314Copilot
andauthored
Update crates/oxc_linter/src/fixer/fix.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Cameron <cameron.clark@hey.com>
1 parent d3c2374 commit 94fd43f

File tree

1 file changed

+1
-1
lines changed
  • crates/oxc_linter/src/fixer

1 file changed

+1
-1
lines changed

crates/oxc_linter/src/fixer/fix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ impl Display for MergeFixesError {
627627
match self {
628628
Self::NegativeRange(span) => write!(f, "Negative range is invalid: {span:?}"),
629629
Self::Overlap(last_pos, start) => {
630-
write!(f, "Fix must not be overlapped, last_pos: {last_pos}, span.start: {start}",)
630+
write!(f, "Fix must not be overlapped, last_pos: {last_pos}, span.start: {start}")
631631
}
632632
Self::InvalidRange(start, end) => write!(f, "Invalid range: {:?}", start..end),
633633
}

0 commit comments

Comments
 (0)