mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-16 11:36:23 +00:00
schema: drop extra newline in proeprty description
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
f02ce77ad6
commit
69c2f94aab
@ -286,7 +286,6 @@ pub fn get_property_description(
|
|||||||
};
|
};
|
||||||
|
|
||||||
text.push_str(&wrap_text("", " ", &descr, 80));
|
text.push_str(&wrap_text("", " ", &descr, 80));
|
||||||
text.push('\n');
|
|
||||||
|
|
||||||
text
|
text
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user