remove the indentation to align the outputs to the left

This commit is contained in:
amtoine 2023-02-24 10:29:54 +01:00
parent 005511b424
commit 2b0cb4c95d
No known key found for this signature in database
GPG key ID: 37AAE9B486CFF1AB

View file

@ -228,7 +228,7 @@ fn get_documentation(
let _ = write!( let _ = write!(
long_desc, long_desc,
"{}\n", "{}\n",
item.into_string("\n ", engine_state.get_config()) item.into_string("", engine_state.get_config())
); );
} }
} }