Small change to final output format.

This commit is contained in:
moony 2023-06-28 22:19:38 -04:00
parent 150c88b230
commit 1f047c7335
2 changed files with 1 additions and 1 deletions

BIN
main Executable file

Binary file not shown.

@ -61,5 +61,5 @@ func main() {
wg.Wait()
ct.ChangeColor(ct.Blue, false, ct.None, false)
fmt.Printf("[%d] [%s] [COMPLETE]: Valid: (%d) - Invalid: (%d)\n", total, date, valid, invalid)
fmt.Printf("[%d] [%s] [COMPLETE]: Valid: [%d] - Invalid: [%d]\n", total, date, valid, invalid)
}