Skip to content

Commit 7601ea1

Browse files
committed
---
yaml --- r: 42739 b: refs/heads/try c: 91676f3 h: refs/heads/master i: 42737: 8fb201b 42735: 8878ec0 v: v3
1 parent a98e03d commit 7601ea1

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 19dfec2aaf746535de1521f68421f9980dbf25de
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5-
refs/heads/try: 9f11485357f5de2a11f8d6feda36ee2fe63f3347
5+
refs/heads/try: 91676f3fa699c3d715c5420b5c8c0828627aa09e
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/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)