Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Saut committed May 18, 2013
1 parent 3e41639 commit 4b13895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/future.rs
Expand Up @@ -16,7 +16,7 @@
*
* ~~~
* # fn fib(n: uint) -> uint {42};
* # fn make_a_sandwich() {};
* # fn make_a_sandwich() {};
* let mut delayed_fib = std::future::spawn (|| fib(5000) );
* make_a_sandwich();
* println(fmt!("fib(5000) = %?", delayed_fib.get()))
Expand Down

5 comments on commit 4b13895

@bors
Copy link
Contributor

@bors bors commented on 4b13895 May 18, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from thestinger
at osaut@4b13895

@bors
Copy link
Contributor

@bors bors commented on 4b13895 May 18, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging osaut/rust/futures = 4b13895 into auto

@bors
Copy link
Contributor

@bors bors commented on 4b13895 May 18, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

osaut/rust/futures = 4b13895 merged ok, testing candidate = 3a323c1

@bors
Copy link
Contributor

@bors bors commented on 4b13895 May 18, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 4b13895 May 18, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 3a323c1

Please sign in to comment.