Skip to content

Commit 8c12c98

Browse files
committed
rustfmt
1 parent 1212f6f commit 8c12c98

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

rust/operator-binary/src/config.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,9 @@ fn append_oidc_config(
235235
.well_known_config_url()
236236
.context(InvalidWellKnownConfigUrlSnafu)?;
237237

238-
let client_auth_method = serde_json::to_value(
239-
client_options.client_authentication_method,
240-
)
241-
.expect("ClientAuthenticationMethod should serialize to JSON");
238+
let client_auth_method =
239+
serde_json::to_value(client_options.client_authentication_method)
240+
.expect("ClientAuthenticationMethod should serialize to JSON");
242241
let client_auth_method = client_auth_method
243242
.as_str()
244243
.expect("ClientAuthenticationMethod should serialize to a string");

0 commit comments

Comments
 (0)