Skip to content

Commit 49a7eb5

Browse files
committed
cargo fmt
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 29f6bf8 commit 49a7eb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ use async_std::task;
44
async fn main() {
55
task::spawn(async {
66
println!("Hello, world!");
7-
}).await;
7+
})
8+
.await;
89
}

0 commit comments

Comments
 (0)