style: fix cargo fmt issues in vault backend

This commit is contained in:
loverustfs
2025-12-26 22:42:30 +08:00
parent b3fd9502e9
commit b4e9a82ee0

View File

@@ -129,8 +129,6 @@ impl VaultKmsClient {
Ok(general_purpose::STANDARD.encode(key_material))
}
/// Store key data in Vault
async fn store_key_data(&self, key_id: &str, key_data: &VaultKeyData) -> Result<()> {
let path = self.key_path(key_id);