parallaxsecond / rust-cryptoki

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

Fix indentation issues #218

Closed gowthamsk-arm closed 2 months ago

gowthamsk-arm commented 2 months ago

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

keldonin commented 2 months 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 2 months ago

Thanks @keldonin. Closing this PR.