Remove trailing whitespace.
This commit is contained in:
parent
6d764cc361
commit
5653fe666d
1 changed files with 2 additions and 2 deletions
|
|
@ -18,13 +18,13 @@ pub fn main() {
|
|||
p2.recv();
|
||||
error!("sibling fails");
|
||||
fail!();
|
||||
}
|
||||
}
|
||||
let (p3,c3) = comm::stream();
|
||||
c.send(c3);
|
||||
c2.send(());
|
||||
error!("child blocks");
|
||||
p3.recv();
|
||||
};
|
||||
};
|
||||
error!("parent tries");
|
||||
assert !p.recv().try_send(());
|
||||
error!("all done!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue