Skip to content

Commit e969126

Browse files
committed
Format
1 parent f933187 commit e969126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/option_map_unwrap_or.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub(super) fn check<'tcx>(
6060

6161
let map = cx.tcx.hir();
6262
let body = map.body(map.body_owned_by(map.enclosing_body_owner(expr.hir_id)));
63-
63+
6464
// Visit the body, and return if we've found a reference
6565
if reference_visitor.visit_body(body).is_break() {
6666
return;

0 commit comments

Comments
 (0)