Skip to content

Commit 44cb610

Browse files
committed
Cleanup trailing space
1 parent 11665a0 commit 44cb610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/neg_multiply.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fn check_mul(cx: &LateContext, span: Span, lit: &Expr, exp: &Expr) {
4949
val == 1,
5050
cx.tcx.expr_ty(exp).is_integral()
5151
], {
52-
span_lint(cx,
52+
span_lint(cx,
5353
NEG_MULTIPLY,
5454
span,
5555
"Negation by multiplying with -1");

0 commit comments

Comments
 (0)