about summary refs log tree commit diff
diff options
context:
space:
mode:
authormbartlett21 <29034492+mbartlett21@users.noreply.github.com>2021-05-25 06:05:52 +0000
committermbartlett21 <29034492+mbartlett21@users.noreply.github.com>2021-05-25 06:05:52 +0000
commitbcebea65c1b4640113358dd2150ada3bf6bdd850 (patch)
treef2ab31612ba2201ffa514f9a853635633f7b03ec
parent0c017ea058a9f99176295496e1eda29330303f0d (diff)
downloadrust-bcebea65c1b4640113358dd2150ada3bf6bdd850.tar.gz
rust-bcebea65c1b4640113358dd2150ada3bf6bdd850.zip
Run `cargo fmt`
-rw-r--r--clippy_lints/src/eq_op.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/src/eq_op.rs b/clippy_lints/src/eq_op.rs
index 47fe4e0de0d..a3a8e748d99 100644
--- a/clippy_lints/src/eq_op.rs
+++ b/clippy_lints/src/eq_op.rs
@@ -220,7 +220,7 @@ impl<'tcx> LateLintPass<'tcx> for EqOp {
                                 },
                             );
                         }
-                   },
+                    },
                     // foo == &bar
                     (_, &ExprKind::AddrOf(BorrowKind::Ref, _, r)) => {
                         let rty = cx.typeck_results().expr_ty(r);