parallaxsecond / rust-cryptoki

Rust wrapper for the PKCS #11 API, Cryptoki
https://docs.rs/cryptoki/
Apache License 2.0
71 stars 60 forks source link

Fix indentation issues #218

Closed gowthamsk-arm closed 1 month ago

gowthamsk-arm commented 1 month ago

Signed-off-by: Gowtham Suresh Kumar gowtham.sureshkumar@arm.com

keldonin commented 1 month ago

Seems like this fixes the indentation problem, but it fails on the issue resolved by #217. Sort of a catch 22. I took the changes from this PR and merged them into #217.

gowthamsk-arm commented 1 month ago

Thanks @keldonin. Closing this PR.