Skip to content

Commit

Permalink
[!] fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongFuze committed Aug 12, 2024
1 parent c470397 commit e96c5b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/upstream/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ use async_trait::async_trait;
use futures::{future::join_all, StreamExt};
use std::{collections::HashSet, sync::Arc};
use tokio::sync::Mutex;
use tokio::task::JoinHandle;
use tracing::{event, info, warn, Level};

pub(crate) use types::vec_string_to_vec_datasource;
Expand Down Expand Up @@ -396,7 +395,6 @@ pub async fn fetch_domains(name: &str) -> Result<(), Error> {
])
.await
.into_iter()
.into_iter()
.flat_map(|res| {
match res {
Ok(edges) => edges,
Expand Down

0 comments on commit e96c5b9

Please sign in to comment.