Skip to content

Commit

Permalink
Add missing id in error variant message
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Jun 19, 2024
1 parent f1ad92d commit b1b80cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dids/core/src/resolution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub enum Error {
#[error(transparent)]
InvalidData(InvalidData),

#[error("invalid method specific identifier")]
#[error("invalid method specific identifier: {0}")]
InvalidMethodSpecificId(String),

#[error("invalid options")]
Expand Down

0 comments on commit b1b80cd

Please sign in to comment.