Skip to content

Commit

Permalink
🤖 cargo-fmt auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2025
1 parent 85fbf08 commit 3f104a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/internet_identity/src/openid/google.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ pub async fn get_certs() -> Result<Vec<Jwk>, String> {
method: HttpMethod::GET,
body: None,
max_response_bytes: Some(MAX_CERTS_RESPONSE_SIZE),
transform: Some(TransformContext::from_name(TRANSFORM_CERTS_METHOD.into(), vec![])),
transform: Some(TransformContext::from_name(
TRANSFORM_CERTS_METHOD.into(),
vec![],
)),
headers: vec![
HttpHeader {
name: "Accept".into(),
Expand Down

0 comments on commit 3f104a3

Please sign in to comment.