Skip to content

Commit 470cc26

Browse files
committed
cargo fmt
1 parent def2093 commit 470cc26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/oidc-client/src/requests/authorization_code.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ pub struct AuthorizationValidationData {
191191
pub state: String,
192192

193193
/// A string to mitigate replay attacks.
194-
/// Used when the `openid` scope is set (and therefore we are using OpenID Connect).
194+
/// Used when the `openid` scope is set (and therefore we are using OpenID
195+
/// Connect).
195196
pub nonce: Option<String>,
196197

197198
/// The URI where the end-user will be redirected after authorization.

0 commit comments

Comments
 (0)