fix cargo fmt warning

This commit is contained in:
AreamanM 2023-03-08 22:48:17 +00:00 committed by Charlie Marsh
parent 2f3734dd22
commit daeb3ff37e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}