1
0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-12-27 00:02:36 +01: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
}