Skip to content

Commit 8bd3dd8

Browse files
authored
fix: cargo clippy finding (#144)
Signed-off-by: Joerg Zeidler <[email protected]>
1 parent 45fce9d commit 8bd3dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ async fn request_access_token(auth_info: &AuthInfo) -> Result<Token> {
172172
log::info!("Redirecting to authentication provider.");
173173
log::info!(
174174
"Note: if the browser does not open automatically, use this link to complete login: {}",
175-
auth_url.to_string()
175+
auth_url
176176
);
177177
let _ = open::that(auth_url.to_string());
178178

0 commit comments

Comments
 (0)