Skip to content

Commit eb54ade

Browse files
committed
Added new line after stats
1 parent 0e2927e commit eb54ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anilist_app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ func alStats(ctx *cli.Context) error {
634634
fmt.Fprintln(color.Output, "Total episodes watched:", red(totalEpisodesWatched))
635635
fmt.Fprintln(color.Output, "Total shows:", red(totalShows))
636636
fmt.Fprintf(color.Output,
637-
"Total time spent watching: %s (%s days)",
637+
"Total time spent watching: %s (%s days)\n",
638638
yellow(durafmt.Parse(totalTimeSpentWatchingDuration).String()),
639639
cyan(int(totalTimeSpentWatchingDuration.Hours()/24+0.5)))
640640

0 commit comments

Comments
 (0)