1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vdoc: trim result value

This commit is contained in:
Alexey
2020-02-27 01:18:31 +03:00
committed by GitHub
parent c72e505fe4
commit 59d6a675dd

View File

@ -58,7 +58,7 @@ pub fn doc(mod string, table &table.Table) string {
println(path)
*/
return d.out.str()
return d.out.str().trim_space()
}
fn (d &Doc) get_fn_node(f ast.FnDecl) string {