Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed Mar 14, 2024
1 parent c42c50f commit b6772e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity_verification/src/verification_method/method.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ impl KeyComparable for VerificationMethod {
}

// Horrible workaround for a tracked serde issue https://github.com/serde-rs/serde/issues/2200. Serde doesn't "consume"
// the input when deserializing flattened enums (MethodData in this case) cousing duplication of data (in this case
// the input when deserializing flattened enums (MethodData in this case) cousing duplication of data (in this case
// it ends up in the properties object). This workaround simply remove the duplication.
#[derive(Deserialize)]
struct _VerificationMethod {
Expand Down

0 comments on commit b6772e7

Please sign in to comment.