mirror of
https://codeberg.org/icewind/steam-resolve-vanity.git
synced 2026-06-03 09:04:11 +02:00
clippy fixes
This commit is contained in:
parent
9cce83da99
commit
0c3dcdefd4
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ pub async fn get_vanity_url(steam_id: SteamID) -> Result<Option<String>, Error>
|
|||
.redirect(Policy::none())
|
||||
.build()
|
||||
.unwrap()
|
||||
.get(&format!(
|
||||
.get(format!(
|
||||
"https://steamcommunity.com/profiles/{}",
|
||||
u64::from(steam_id)
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue