Skip to content

Commit 4be9267

Browse files
committed
Delete-trailing-whitespace
1 parent c3ae72d commit 4be9267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/middle/kind.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fn check_fn(fk: visit::fn_kind, decl: fn_decl, body: blk, sp: span,
9191
none { [] }
9292
};
9393
if option::is_some(vec::position_elt(last_uses, id)) { cont; }
94-
}
94+
}
9595
let ty = ty::node_id_to_type(cx.tcx, id);
9696
checker(cx, ty, span);
9797
}

0 commit comments

Comments
 (0)