Skip to content

Commit

Permalink
fixup rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 22, 2024
1 parent 0d56232 commit 5ccdf0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iroh/src/node/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ use tracing::{debug, error, error_span, info, trace, warn, Instrument};

use crate::{
client::RPC_ALPN,
node::NodeInner,
docs_engine::{DefaultAuthorStorage, Engine},
node::NodeInner,
rpc_protocol::{Request, Response, RpcService},
util::{fs::load_secret_key, path::IrohPaths},
};
Expand Down Expand Up @@ -379,7 +379,7 @@ where
}
}

async fn spawn_inner(self) -> Result<Node<D>> {
async fn spawn_inner(mut self) -> Result<Node<D>> {
trace!("spawning node");
let lp = LocalPoolHandle::new(num_cpus::get());

Expand Down

0 comments on commit 5ccdf0b

Please sign in to comment.