style: cargo clippy --fix
This commit is contained in:
parent
e93a177b25
commit
96a6ad34a0
7 changed files with 28 additions and 22 deletions
|
@ -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| {
|
||||
|
|
Loading…
Add table
Reference in a new issue