mirror of https://github.com/astral-sh/ruff
fix cargo fmt warning
This commit is contained in:
parent
2f3734dd22
commit
daeb3ff37e
|
|
@ -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…
Reference in New Issue