Skip to content

Commit

Permalink
removing trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
GAJaloyan authored Mar 30, 2017
1 parent f827054 commit ea28196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/middle/expr_use_visitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ impl<'a, 'gcx, 'tcx> ExprUseVisitor<'a, 'gcx, 'tcx> {

pub fn consume_body(&mut self, body: &hir::Body) {
debug!("consume_body(body={:?})", body);

for arg in &body.arguments {
let arg_ty = return_if_err!(self.mc.infcx.node_ty(arg.pat.id));

Expand Down

0 comments on commit ea28196

Please sign in to comment.