Fix whitespace

This commit is contained in:
1000teslas 2021-01-14 01:21:27 +11:00
parent f5c428799f
commit a9ead34371

View file

@ -70,5 +70,5 @@ fn game_loop(v: Arc<Vec<usize>>) {}
```
Similarly to closures, `async` blocks are not executed immediately and may
capture closed-over data by reference. For more information, see
https://rust-lang.github.io/async-book/03_async_await/01_chapter.html.
capture closed-over data by reference. For more information, see
https://rust-lang.github.io/async-book/03_async_await/01_chapter.html.