Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed Jun 10, 2024
1 parent a48b9a1 commit 546fc9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/uv-client/src/base_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ use uv_warnings::warn_user_once;

use crate::linehaul::LineHaul;
use crate::middleware::OfflineMiddleware;
use crate::Connectivity;
use crate::tls::read_identity;
use crate::Connectivity;

/// A builder for an [`BaseClient`].
#[derive(Debug, Clone)]
Expand Down
2 changes: 1 addition & 1 deletion crates/uv-client/src/tls.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::ffi::OsStr;
use reqwest::Identity;
use std::ffi::OsStr;
use std::io::Read;

#[derive(thiserror::Error, Debug)]
Expand Down

0 comments on commit 546fc9f

Please sign in to comment.