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:
@ -47,7 +47,7 @@ fn asn1time(time: &SystemTime) -> Asn1Time {
|
||||
.expect("time not went backwards")
|
||||
.as_secs() as i64,
|
||||
)
|
||||
.unwrap()
|
||||
.unwrap()
|
||||
}
|
||||
|
||||
#[derive(PartialEq)]
|
||||
|
Reference in New Issue
Block a user