This commit is contained in:
Michael Bryant
2021-01-25 14:13:42 -08:00
parent 6c433a6fb5
commit 3ca0164908

View File

@@ -41,7 +41,7 @@ where
url.push('?');
} else {
match url.chars().last() {
Some('?') | None => {},
Some('?') | None => {}
Some(_) => url.push('&'),
}
}