mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:39 +00:00
fix cargo fmt warning
This commit is contained in:
parent
2f3734dd22
commit
daeb3ff37e
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ pub fn compare_to_empty_string(
|
|||
op: op.into(),
|
||||
rhs: unparse_constant(value, checker.stylist),
|
||||
},
|
||||
Range::from_located(lhs)
|
||||
Range::from_located(lhs),
|
||||
);
|
||||
checker.diagnostics.push(diag);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue