Skip to content

Commit cf5ceb6

Browse files
author
Vincent Rouillé
committed
cargo fmt
1 parent 0432d0a commit cf5ceb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

foundationdb/tests/tokio_async.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ async fn test_tokio_send() {
99
boot_async(|| async {
1010
do_transact().await;
1111
do_trx().await;
12-
}).await
12+
})
13+
.await
1314
}
1415

1516
async fn do_transact() {

0 commit comments

Comments
 (0)