Skip to content

Commit

Permalink
fixup! Add utils::http mod
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Sep 27, 2024
1 parent c7a2a85 commit 3aaac0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/soroban-cli/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pub mod http {
format!("{}/{}", env!("CARGO_PKG_NAME"), version::pkg())
}

/// Creates and returns a configured reqwest::Client.
/// Creates and returns a configured `reqwest::Client`.
///
/// # Panics
///
Expand All @@ -170,7 +170,7 @@ pub mod http {
.expect("Failed to build reqwest client")
}

/// Creates and returns a configured reqwest::blocking::Client.
/// Creates and returns a configured `reqwest::blocking::Client`.
///
/// # Panics
///
Expand Down

0 comments on commit 3aaac0f

Please sign in to comment.