From c46122b8412be41e06d0f2dd5aa72ce7069ed33f Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 7 May 2025 18:51:51 +0200 Subject: [PATCH] cargo fmt --- crates/oidc-client/src/requests/authorization_code.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/oidc-client/src/requests/authorization_code.rs b/crates/oidc-client/src/requests/authorization_code.rs index 9f3b75e4c..9271fe33c 100644 --- a/crates/oidc-client/src/requests/authorization_code.rs +++ b/crates/oidc-client/src/requests/authorization_code.rs @@ -191,7 +191,8 @@ pub struct AuthorizationValidationData { pub state: String, /// A string to mitigate replay attacks. - /// Used when the `openid` scope is set (and therefore we are using OpenID Connect). + /// Used when the `openid` scope is set (and therefore we are using OpenID + /// Connect). pub nonce: Option, /// The URI where the end-user will be redirected after authorization.