Skip to content

Commit 2e93a15

Browse files
committed
lint
1 parent 5d5519f commit 2e93a15

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
@@ -466,7 +466,8 @@ pub struct Provider {
466466
pub pkce_method: PkceMethod,
467467

468468
/// Whether to fetch the user profile from the userinfo endpoint,
469-
/// or to rely on the data returned in the `id_token` from the `token_endpoint`.
469+
/// or to rely on the data returned in the `id_token` from the
470+
/// `token_endpoint`.
470471
///
471472
/// Defaults to `false`.
472473
#[serde(default)]

0 commit comments

Comments
 (0)