Skip to content

Commit a047bda

Browse files
committed
Fix clippy error
1 parent 406a4dc commit a047bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/config/src/sections/clients.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub struct ClientConfig {
7979
/// Authentication method used for this client
8080
client_auth_method: ClientAuthMethodConfig,
8181

82-
/// Name of the OAuth2 client
82+
/// Name of the `OAuth2` client
8383
#[serde(skip_serializing_if = "Option::is_none")]
8484
pub client_name: Option<String>,
8585

0 commit comments

Comments
 (0)