vdoc: trim result value

pull/3859/head
Alexey 2020-02-27 01:18:31 +03:00 committed by GitHub
parent c72e505fe4
commit 59d6a675dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 {