Skip to content

Commit b604b51

Browse files
committed
clippy
1 parent 04a0b02 commit b604b51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/config/src/sections/upstream_oauth2.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,8 @@ pub struct Provider {
520520
/// Expected signature for the JWT payload returned by the userinfo
521521
/// endpoint.
522522
///
523-
/// If not specified, the response is expected to be an unsigned JSON payload.
523+
/// If not specified, the response is expected to be an unsigned JSON
524+
/// payload.
524525
#[serde(skip_serializing_if = "Option::is_none")]
525526
pub userinfo_signed_response_alg: Option<JsonWebSignatureAlg>,
526527

0 commit comments

Comments
 (0)