From 0810a691032d61391badecd746c8b2e19f42f33c Mon Sep 17 00:00:00 2001 From: Azathoth Date: Fri, 29 Jul 2022 12:30:53 +0200 Subject: [PATCH] formatting --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 54ab9cf..49516b0 100644 --- a/main.go +++ b/main.go @@ -46,6 +46,8 @@ func main() { Cast(surfaces, diceThrows) } default: + + fmt.Println(string(ColorYellow), "Single die cast:", string(ColorReset)) Cast(surfaces, diceThrows) } }