Skip to content

Commit 2b25b49

Browse files
committed
---
yaml --- r: 42073 b: refs/heads/master c: 91676f3 h: refs/heads/master i: 42071: b451915 v: v3
1 parent c521525 commit 2b25b49

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 9f11485357f5de2a11f8d6feda36ee2fe63f3347
2+
refs/heads/master: 91676f3fa699c3d715c5420b5c8c0828627aa09e
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/src/libsyntax/print/pprust.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,6 @@ fn print_expr(s: ps, &&expr: @ast::expr) {
11531153
commasep_cmnt(s, consistent, (*fields), print_field, get_span);
11541154
match wth {
11551155
Some(expr) => {
1156-
if vec::len((*fields)) > 0u { space(s.s); }
11571156
ibox(s, indent_unit);
11581157
word(s.s, ~",");
11591158
space(s.s);

0 commit comments

Comments
 (0)