From deabff6e9a5de2342a161bdfc81c3993edc8e074 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 27 Apr 2024 14:10:03 -0400 Subject: [PATCH] Remove extra space --- cli/v2/picocrypt/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/v2/picocrypt/main.go b/cli/v2/picocrypt/main.go index 7dbd3a3..f751671 100644 --- a/cli/v2/picocrypt/main.go +++ b/cli/v2/picocrypt/main.go @@ -612,7 +612,7 @@ func work() int { fin.Close() fout.Close() - fmt.Println("Completed -> ", fout.Name()) + fmt.Println("Completed ->", fout.Name()) return 0 }