From f34a2e0d2b26dfac73162f484fec0fb1f038ffdb Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 13 Aug 2018 21:56:19 -0400 Subject: [PATCH] test/cli: and a newline --- test/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli.go b/test/cli.go index 2eadfa8..122e3a6 100644 --- a/test/cli.go +++ b/test/cli.go @@ -29,5 +29,5 @@ func main() { fmt.Fprintf(os.Stderr, "%d FAILED tests\n", failed) os.Exit(1) } - fmt.Fprintf(os.Stdout, "SUCCESS: no cli tests failed") + fmt.Fprintf(os.Stdout, "SUCCESS: no cli tests failed\n") }