Skip to content

Commit

Permalink
rebase cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Oct 11, 2022
1 parent 3a4191b commit 7bcafc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion iroh-gateway/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use iroh_metrics::{
use iroh_resolver::resolver::{
CidOrDomain, ContentLoader, Metadata, Out, OutMetrics, OutPrettyReader, Resolver, Source,
};
use tokio::io::{AsyncBufReadExt, AsyncReadExt};
use tokio::io::{AsyncBufReadExt, AsyncReadExt, AsyncWrite};
use tokio_util::io::ReaderStream;
use tracing::{info, warn};

Expand Down
3 changes: 0 additions & 3 deletions iroh-gateway/src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,6 @@ mod tests {
async fn fetch_car_recursive() {
let (store_client_addr, store_task) = spawn_store().await;
let mut config = Config::new(
false,
false,
false,
0,
RpcClientConfig {
gateway_addr: None,
Expand Down

0 comments on commit 7bcafc6

Please sign in to comment.