style: cargo fmt

This commit is contained in:
overtrue
2026-08-22 07:53:52 +08:00
parent cce3ecdbfc
commit 941b6ab1d0
+1 -6
View File
@@ -46,12 +46,7 @@ impl VaultKmsTestContext {
start_kms(&env.base_env.url, &env.base_env.access_key, &env.base_env.secret_key).await?;
// Wait for KMS to finish initialising.
super::common::wait_for_kms_ready(
&env.base_env.url,
&env.base_env.access_key,
&env.base_env.secret_key,
)
.await?;
super::common::wait_for_kms_ready(&env.base_env.url, &env.base_env.access_key, &env.base_env.secret_key).await?;
Ok(Self { env })
}