mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 02:50:19 +00:00
remove empty str inside println
Reasons: - Functionally it has the same result. Signed-off-by: Perma Alesheikh <me@prma.dev>
This commit is contained in:
parent
95eed65193
commit
921194da5c
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ pub(crate) async fn configure(account_name: &str, email: &str) -> Result<Backend
|
|||
let (redirect_url, csrf_token) = auth_code_grant.get_redirect_url(&client);
|
||||
|
||||
println!("{}", redirect_url.to_string());
|
||||
println!("");
|
||||
println!();
|
||||
|
||||
let (access_token, refresh_token) = auth_code_grant
|
||||
.wait_for_redirection(&client, csrf_token)
|
||||
|
|
Loading…
Reference in a new issue