1
0
mirror of https://github.com/pcvolkmer/cert-tools.git synced 2025-07-01 22:12:55 +00:00

chore: code cleanup

This commit is contained in:
2025-01-27 21:38:16 +01:00
parent b6b49dc052
commit 71d47f338b
4 changed files with 35 additions and 35 deletions

View File

@ -47,7 +47,7 @@ fn asn1time(time: &SystemTime) -> Asn1Time {
.expect("time not went backwards")
.as_secs() as i64,
)
.unwrap()
.unwrap()
}
#[derive(PartialEq)]