Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc authored and LorenzoLeonardo committed Jan 28, 2024
1 parent b968be0 commit 5108160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use std::{
};

use curl::easy::{Handler, ReadError, WriteError};
use tokio::sync::mpsc::Sender;
use log::trace;
use tokio::sync::mpsc::Sender;

/// This is an information about the transfer(Download/Upload) speed that will be sent across tasks.
/// It is useful to get the transfer speed and displayed it according to
Expand Down
2 changes: 1 addition & 1 deletion src/http_client.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use std::{path::Path, time::Duration};

use log::trace;
use async_curl::actor::CurlActor;
use curl::easy::{Auth, Easy2, ProxyType, TimeCondition};
use derive_deref_rs::Deref;
use http::{header::CONTENT_TYPE, HeaderMap, HeaderValue, Method, StatusCode};
use log::trace;

use crate::{collector::Collector, error::Error, request::HttpRequest, response::HttpResponse};

Expand Down

0 comments on commit 5108160

Please sign in to comment.