schema: drop extra newline in proeprty description

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-06-27 13:22:47 +02:00
parent f02ce77ad6
commit 69c2f94aab

View File

@ -286,7 +286,6 @@ pub fn get_property_description(
};
text.push_str(&wrap_text("", " ", &descr, 80));
text.push('\n');
text
} else {