From 40c24934ceee57a78d87952e921d01d79f011c94 Mon Sep 17 00:00:00 2001 From: Florian Baumann Date: Mon, 17 Jan 2022 12:32:16 +0100 Subject: [PATCH] Format stats --- src/serra/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/serra/root.go b/src/serra/root.go index 1e6233c..0666e27 100644 --- a/src/serra/root.go +++ b/src/serra/root.go @@ -528,7 +528,7 @@ func Stats() { } } - fmt.Printf("\n%sCards %s\n", Green, Reset) + fmt.Printf("%sCards %s\n", Green, Reset) fmt.Printf("Total Cards: %s%.0f%s\n", Yellow, stats[0]["count"], Reset) fmt.Printf("Unique Cards: %s%d%s\n", Purple, stats[0]["unique"], Reset)