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 {