Skip to content

Commit

Permalink
style(dataverse): polish code
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Feb 27, 2024
1 parent e193c9b commit 554ebc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/okp4-dataverse/src/registrar/credential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl<'a> DataverseCredential<'a> {
"credential is expected to have exactly one type".to_string(),
)
})
.map(|t| *t)
.copied()
}

fn extract_vc_claim(
Expand Down

0 comments on commit 554ebc3

Please sign in to comment.