Skip to content

Commit 1d7bcbf

Browse files
committed
cargo fmt
1 parent 3a70338 commit 1d7bcbf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rust/operator-binary/src/superset_controller.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,10 @@ fn authentication_env_vars(
991991
for auth_class_resolved in &auth_config.authentication_classes_resolved {
992992
match auth_class_resolved {
993993
SupersetAuthenticationClassResolved::Ldap { .. } => {}
994-
SupersetAuthenticationClassResolved::Oidc { client_auth_options: oidc, .. } => {
994+
SupersetAuthenticationClassResolved::Oidc {
995+
client_auth_options: oidc,
996+
..
997+
} => {
995998
oidc_client_credentials_secrets
996999
.insert(oidc.client_credentials_secret_ref.to_owned());
9971000
}

0 commit comments

Comments
 (0)