Revert "Fix/newline windows (#18)" (#19)

This reverts commit eaf4db6cef.
This commit is contained in:
T.v.Dein
2023-12-23 18:00:51 +01:00
committed by Thomas von Dein
parent f901af4f0c
commit 73c09ec38b
2 changed files with 3 additions and 4 deletions

View File

@@ -131,11 +131,10 @@ func Main() int {
if conf.StatsCountAds == 1 {
adstr = "ad"
}
fmt.Printf("Successfully downloaded %d %s with %d images to %s.",
fmt.Printf("Successfully downloaded %d %s with %d images to %s.\n",
conf.StatsCountAds, adstr, conf.StatsCountImages, conf.Outdir)
fmt.Println()
} else {
fmt.Println("No ads found.")
fmt.Printf("No ads found.")
}
return 0