Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERALERT committed Apr 27, 2024
1 parent e330cfc commit deabff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/v2/picocrypt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ func work() int {

fin.Close()
fout.Close()
fmt.Println("Completed -> ", fout.Name())
fmt.Println("Completed ->", fout.Name())
return 0
}

Expand Down

0 comments on commit deabff6

Please sign in to comment.