Skip to content

Commit 1f915ef

Browse files
committed
Permit breaking before fn args block.
1 parent dba9cae commit 1f915ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/comp/pretty/pprust.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ fn print_expr(&ps s, &@ast::expr expr) {
560560
}
561561
case (ast::expr_call(?func,?args,_)) {
562562
print_expr(s, func);
563+
zerobreak(s.s);
563564
popen(s);
564565
commasep_exprs(s, inconsistent, args);
565566
pclose(s);

0 commit comments

Comments
 (0)