diff --git a/src/piv.rs b/src/piv.rs index df611ea..4127c63 100644 --- a/src/piv.rs +++ b/src/piv.rs @@ -569,7 +569,8 @@ impl Key { Ok(cert) => keys.push(Key { slot, cert }), Err(Error::InvalidObject) => {} // skip slots we can't parse (e.g. Ed25519) Err(other) => return Err(other), - } + } + } } Ok(keys)