style: cargo fmt

This commit is contained in:
overtrue
2026-08-22 07:53:52 +08:00
parent 2e550f3721
commit dc23c9ec79
+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 })
}