Skip to content

Commit 5653fe6

Browse files
committed
Remove trailing whitespace.
1 parent 6d764cc commit 5653fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/run-pass/issue-3168.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ pub fn main() {
1818
p2.recv();
1919
error!("sibling fails");
2020
fail!();
21-
}
21+
}
2222
let (p3,c3) = comm::stream();
2323
c.send(c3);
2424
c2.send(());
2525
error!("child blocks");
2626
p3.recv();
27-
};
27+
};
2828
error!("parent tries");
2929
assert !p.recv().try_send(());
3030
error!("all done!");

0 commit comments

Comments
 (0)