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:
parent
c72e505fe4
commit
59d6a675dd
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user