Skip to content

Commit 4ffaaf5

Browse files
committed
ci: Format
1 parent 609ad18 commit 4ffaaf5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/error.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ impl Error {
6464
| TooManyManifestStores => Self::Manifest { reason: err_str },
6565
ClaimMissing { label } => Self::ManifestNotFound { reason: err_str },
6666
AssertionDecoding(_) | ClaimDecoding => Self::Decoding { reason: err_str },
67-
AssertionEncoding(_) | XmlWriteError | ClaimEncoding => Self::Encoding { reason: err_str },
67+
AssertionEncoding(_) | XmlWriteError | ClaimEncoding => {
68+
Self::Encoding { reason: err_str }
69+
}
6870
InvalidCoseSignature { coset_error } => Self::Signature { reason: err_str },
6971
CoseSignatureAlgorithmNotSupported
7072
| CoseMissingKey

0 commit comments

Comments
 (0)