From 3804a6c60ce5fc5d23131cf4526fc6aa427f058b Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 27 Apr 2024 21:50:54 -0400 Subject: [PATCH] Add a newline on cancel CLI --- cli/v2/picocrypt/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/v2/picocrypt/main.go b/cli/v2/picocrypt/main.go index f751671..887e9a3 100644 --- a/cli/v2/picocrypt/main.go +++ b/cli/v2/picocrypt/main.go @@ -654,6 +654,7 @@ func main() { fmt.Print("Failure.") } } + fmt.Println() os.Exit(1) }()