From b4d7fd50813b0bf08bc876f3bcfc4dfbb3d6fb29 Mon Sep 17 00:00:00 2001 From: Michael Bjorge Date: Sat, 10 Feb 2018 17:34:20 -0800 Subject: Fix spacing on a comment --- game.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.go b/game.go index 159722e..3b85a79 100644 --- a/game.go +++ b/game.go @@ -625,7 +625,7 @@ func (g *Game) worldString(s *Session) string { pos := player.Pos strWorld[pos.RoundX()+1][pos.RoundY()+1] = colorizer(string(player.Marker)) - // Make the rainbow of trail colors to cycle over + // Make the rainbow of trail colors to cycle over trailColorizers := make([](func(...interface{}) string), len(player.WinStreak)+1) trailColorizers[0] = colorizer for i, winColor := range player.WinStreak { -- cgit v1.2.3