Skip to content

Commit 235ca18

Browse files
committed
remove trailing whitespace
1 parent 4b46c70 commit 235ca18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/ext/expand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ fn expand_arm(arm: &ast::Arm, fld: &mut MacroExpander) -> ast::Arm {
687687
pats: rewritten_pats,
688688
guard: rewritten_guard,
689689
body: rewritten_body,
690-
}
690+
}
691691
}
692692

693693

0 commit comments

Comments
 (0)