From efb576385bb72bbee3b23070ebc3ff5c4c3e6dbb Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Fri, 19 Apr 2024 16:17:09 +0200 Subject: [PATCH] notify: cargo.toml: add spaces before curly braces Signed-off-by: Lukas Wagner Reviewed-by: Fiona Ebner --- proxmox-notify/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmox-notify/Cargo.toml b/proxmox-notify/Cargo.toml index 3e8d253e..185b50a7 100644 --- a/proxmox-notify/Cargo.toml +++ b/proxmox-notify/Cargo.toml @@ -17,13 +17,13 @@ log.workspace = true mail-parser = { workspace = true, optional = true } openssl.workspace = true regex.workspace = true -serde = { workspace = true, features = ["derive"]} +serde = { workspace = true, features = ["derive"] } serde_json.workspace = true proxmox-http = { workspace = true, features = ["client-sync"], optional = true } proxmox-http-error.workspace = true proxmox-human-byte.workspace = true -proxmox-schema = { workspace = true, features = ["api-macro", "api-types"]} +proxmox-schema = { workspace = true, features = ["api-macro", "api-types"] } proxmox-section-config = { workspace = true } proxmox-serde.workspace = true proxmox-sys = { workspace = true, optional = true }