Skip to content

Commit 4e13805

Browse files
committed
chore: update Cargo.lock
1 parent d711e88 commit 4e13805

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

irpc-iroh/examples/auth.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ async fn remote() -> Result<()> {
2222
let server = StorageServer::new("secret".to_string());
2323
let router = Router::builder(endpoint.clone())
2424
.accept(StorageServer::ALPN, server.clone())
25-
.spawn()
26-
.await?;
25+
.spawn();
2726
let addr = endpoint.node_addr().await?;
2827
(router, addr)
2928
};

0 commit comments

Comments
 (0)