commit 12611ccff5cba70b0763c6f2cac90fbd0d9059b3
parent b721b5d4632c379bd5886f9ea992e3e4c471cd23
Author: Alexey Yerin <yyp@disroot.org>
Date: Tue, 31 Aug 2021 16:13:05 +0300
cmd/haredoc/hare: add an empty line after README
Matches the output of TTY format.
Signed-off-by: Alexey Yerin <yyp@disroot.org>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/cmd/haredoc/hare.ha b/cmd/haredoc/hare.ha
@@ -21,6 +21,7 @@ fn emit_hare(ctx: *context) (void | error) = {
},
io::EOF => break,
};
+ fmt::println()?;
},
null => void,
};