vdoc: trim result value
parent
c72e505fe4
commit
59d6a675dd
|
@ -58,7 +58,7 @@ pub fn doc(mod string, table &table.Table) string {
|
||||||
println(path)
|
println(path)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return d.out.str()
|
return d.out.str().trim_space()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn (d &Doc) get_fn_node(f ast.FnDecl) string {
|
fn (d &Doc) get_fn_node(f ast.FnDecl) string {
|
||||||
|
|
Loading…
Reference in New Issue