From feabea834ae68a4e967e02f721461bf9012fd547 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Sun, 11 Jun 2023 16:31:27 -0400 Subject: [PATCH] ctap2-proto: Formatting --- crates/ctap2-proto/src/authenticator/assertion/get.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crates/ctap2-proto/src/authenticator/assertion/get.rs b/crates/ctap2-proto/src/authenticator/assertion/get.rs index 52f8324..63fea9f 100644 --- a/crates/ctap2-proto/src/authenticator/assertion/get.rs +++ b/crates/ctap2-proto/src/authenticator/assertion/get.rs @@ -112,6 +112,10 @@ pub struct Response { /// > The contents of the associated `largeBlobKey` if present for the /// > asserted credential, and if `largeBlobKey` was true in the /// > extensions input. - #[cfg_attr(feature = "serde", serde_as(as = "Option"), serde(rename = 0x07))] + #[cfg_attr( + feature = "serde", + serde_as(as = "Option"), + serde(rename = 0x07) + )] pub large_blob_key: Option>, }