Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver <[email protected]>
  • Loading branch information
yash-atreya and onbjerg authored Oct 28, 2024
1 parent 39104f4 commit e67bc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/providers/examples/http_with_auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use eyre::Result;

#[tokio::main]
async fn main() -> Result<()> {
// Set the AUTHORIZATION header.
// Set the Authorization header.
let mut headers = HeaderMap::new();
headers.insert(AUTHORIZATION, HeaderValue::from_static("deadbeef"));

Expand Down

0 comments on commit e67bc4d

Please sign in to comment.