Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
snowsignal committed Apr 22, 2024
1 parent a778d61 commit 2b457ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ruff_linter/src/fix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ mod tests {
range: edit.range(),
fix: Some(Fix::safe_edit(edit)),
parent: None,
noqa_edit: None,
})
.collect()
}
Expand Down

0 comments on commit 2b457ea

Please sign in to comment.