remove trailing whitespace

This commit is contained in:
John Clements 2014-06-26 16:53:33 -07:00
parent 4b46c700f4
commit 235ca1801e
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ fn expand_arm(arm: &ast::Arm, fld: &mut MacroExpander) -> ast::Arm {
pats: rewritten_pats,
guard: rewritten_guard,
body: rewritten_body,
}
}
}