diff --git a/src/gcp.rs b/src/gcp.rs index 8638cd40afa1b..a3e08b4c690b5 100644 --- a/src/gcp.rs +++ b/src/gcp.rs @@ -322,8 +322,8 @@ mod tests { api_key = "testing" "#, ) - .await - .expect("build_auth failed"); + .await + .expect("build_auth failed"); assert!(matches!(auth, GcpAuthenticator::None)); }