From b6772e762462bbba49b542b0961f00a1601dd845 Mon Sep 17 00:00:00 2001 From: Enrico Marconi Date: Thu, 14 Mar 2024 16:10:52 +0100 Subject: [PATCH] fmt --- identity_verification/src/verification_method/method.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identity_verification/src/verification_method/method.rs b/identity_verification/src/verification_method/method.rs index c22cecd059..5baa36f1b6 100644 --- a/identity_verification/src/verification_method/method.rs +++ b/identity_verification/src/verification_method/method.rs @@ -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 {