Skip to content

Commit 148b2a2

Browse files
committed
Fix clippy error
1 parent b9848b7 commit 148b2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pub(crate) async fn stream_request<
131131
use isahc::http::header;
132132
use isahc::*;
133133

134-
let auth = format!("Bearer {}", apikey);
134+
let auth = format!("Bearer {apikey}");
135135
let user_agent = qualified_version();
136136

137137
let mut response = match method {

0 commit comments

Comments
 (0)