Skip to content

Commit 4b13895

Browse files
author
Olivier Saut
committed
Remove trailing whitespaces
1 parent 3e41639 commit 4b13895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/future.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* ~~~
1818
* # fn fib(n: uint) -> uint {42};
19-
* # fn make_a_sandwich() {};
19+
* # fn make_a_sandwich() {};
2020
* let mut delayed_fib = std::future::spawn (|| fib(5000) );
2121
* make_a_sandwich();
2222
* println(fmt!("fib(5000) = %?", delayed_fib.get()))

0 commit comments

Comments
 (0)