Skip to content

Commit f29d046

Browse files
committed
Remove zerobreak between foo and ( on a call expr. Never looks right.
1 parent f34d19a commit f29d046

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/comp/pretty/pprust.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ fn print_expr(&ps s, &@ast::expr expr) {
624624
}
625625
case (ast::expr_call(?func,?args,_)) {
626626
print_expr(s, func);
627-
zerobreak(s.s);
628627
popen(s);
629628
commasep_exprs(s, inconsistent, args);
630629
pclose(s);

0 commit comments

Comments
 (0)