Skip to content

Commit

Permalink
rustfmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alsuren committed Nov 30, 2019
1 parent 9418f53 commit 5467394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/handlers/simple_async_handlers_await/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn get_duration(seconds: u64) -> Duration {
/// This is partly to keep it the same as the simple_async_handlers example,
/// and partly to show you how to use the .compat() combinators (because you
/// will probably be using them a lot while the ecosystem stabilises).
///
///
/// For a better explanation of .compat(), please read this blog post:
/// https://rust-lang-nursery.github.io/futures-rs/blog/2019/04/18/compatibility-layer.html
fn sleep(seconds: u64) -> SleepFuture {
Expand Down

0 comments on commit 5467394

Please sign in to comment.