Skip to content

Commit ea28196

Browse files
authored
removing trailing whitespaces
1 parent f827054 commit ea28196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/expr_use_visitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ impl<'a, 'gcx, 'tcx> ExprUseVisitor<'a, 'gcx, 'tcx> {
289289

290290
pub fn consume_body(&mut self, body: &hir::Body) {
291291
debug!("consume_body(body={:?})", body);
292-
292+
293293
for arg in &body.arguments {
294294
let arg_ty = return_if_err!(self.mc.infcx.node_ty(arg.pat.id));
295295

0 commit comments

Comments
 (0)