cargo fmt

This commit is contained in:
Quentin Gliech
2022-08-29 10:53:15 +02:00
parent 57bcedfe58
commit 2df95f9503

View File

@@ -267,4 +267,3 @@ pub struct OkpPrivateParameters {
#[serde_as(as = "Base64<UrlSafe, Unpadded>")]
x: Vec<u8>,
}