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
}