diff --git a/src/installed.rs b/src/installed.rs index b0a390a..402ff61 100644 --- a/src/installed.rs +++ b/src/installed.rs @@ -41,7 +41,7 @@ where url.push('?'); } else { match url.chars().last() { - Some('?') | None => {}, + Some('?') | None => {} Some(_) => url.push('&'), } }