1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

cargo fmt

This commit is contained in:
Quentin Gliech
2022-08-29 10:53:15 +02:00
parent 29f1b134ae
commit 7ea61ca257

View File

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