1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-05-15 17:41:18 +00:00

Remove extra space

This commit is contained in:
Evan Su 2024-04-27 14:10:03 -04:00
parent e330cfc34f
commit deabff6e9a

View file

@ -612,7 +612,7 @@ func work() int {
fin.Close()
fout.Close()
fmt.Println("Completed -> ", fout.Name())
fmt.Println("Completed ->", fout.Name())
return 0
}