style: cargo clippy --fix

This commit is contained in:
DarkCat09 2024-08-06 20:27:12 +04:00
parent e93a177b25
commit 96a6ad34a0
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3
7 changed files with 28 additions and 22 deletions

View file

@ -182,8 +182,8 @@ impl SelfsignedCertVerifier for CertVerifier {
);
f.write_all(host.as_bytes())?;
f.write_all(b" 0 sha512 ")?; // TODO after implementing `expires`
f.write_all(&this_fp.as_bytes())?;
f.write(b"\n")?;
f.write_all(this_fp.as_bytes())?;
f.write_all(b"\n")?;
Ok::<(), std::io::Error>(())
})()
.unwrap_or_else(|e| {