Skip to content

Commit 5c1ba67

Browse files
committed
formatting
1 parent 6b3abf9 commit 5c1ba67

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-operator/src/commons/authentication

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/commons/authentication/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub enum AuthenticationClassProvider {
7979
/// The TLS AuthenticationClass is used when users should authenticate themselves with a TLS certificate.
8080
Tls(tls::AuthenticationProvider),
8181

82-
/// The Kerberos AuthenticationClass is used when users should authenticate themselves via Kerberos.
82+
/// The Kerberos AuthenticationClass is used when users should authenticate themselves via Kerberos.
8383
Kerberos(kerberos::AuthenticationProvider),
8484
}
8585

0 commit comments

Comments
 (0)