removing trailing whitespaces

This commit is contained in:
GAJaloyan
2017-03-30 17:02:51 +02:00
committed by GitHub
parent f82705403f
commit ea28196214
+1 -1
View File
@@ -289,7 +289,7 @@ pub fn with_options(delegate: &'a mut (Delegate<'tcx>+'a),
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));