cargo fmt

This commit is contained in:
Nikita Galaiko 2023-10-17 14:32:09 +02:00 committed by GitButler
parent 15fb05e7a2
commit 8795a9dd2a

View File

@ -80,7 +80,6 @@ impl Url {
pub fn as_https(&self) -> Result<Self, ConvertError> {
convert::to_https_url(self)
}
}
impl FromStr for Url {