Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed May 21, 2024
1 parent 7e10abf commit 8a187a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iroh/src/node/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ where
pub async fn spawn(self) -> Result<Node<D>> {
// We clone the blob store to shut it down in case the node fails to spawn.
let blobs_store = self.blobs_store.clone();
let docs_store = self.docs_store.clone();
match self.spawn_inner().await {
Ok(node) => Ok(node),
Err(err) => {
Expand Down

0 comments on commit 8a187a9

Please sign in to comment.