mirror of
https://github.com/pcvolkmer/cert-tools.git
synced 2025-04-19 17:06:49 +00:00
chore: code cleanup
This commit is contained in:
parent
b6b49dc052
commit
71d47f338b
@ -97,7 +97,7 @@ fn main() -> Result<(), ()> {
|
|||||||
Ok(pem) => {
|
Ok(pem) => {
|
||||||
println!("{pem}");
|
println!("{pem}");
|
||||||
eprintln!("{}", style("success").green());
|
eprintln!("{}", style("success").green());
|
||||||
},
|
}
|
||||||
Err(err) => eprintln!("{}", style(err).red()),
|
Err(err) => eprintln!("{}", style(err).red()),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user