From 69c2f94aab808e0ab087ba3d7b840a4dc892df02 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 27 Jun 2024 13:22:47 +0200 Subject: [PATCH] schema: drop extra newline in proeprty description Signed-off-by: Wolfgang Bumiller --- proxmox-schema/src/format.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/proxmox-schema/src/format.rs b/proxmox-schema/src/format.rs index da29d97d..fd9df988 100644 --- a/proxmox-schema/src/format.rs +++ b/proxmox-schema/src/format.rs @@ -286,7 +286,6 @@ pub fn get_property_description( }; text.push_str(&wrap_text("", " ", &descr, 80)); - text.push('\n'); text } else {