aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bjorge <mike.bjorge@gmail.com>2018-02-10 17:34:20 -0800
committerGitHub <noreply@github.com>2018-02-10 17:34:20 -0800
commitb4d7fd50813b0bf08bc876f3bcfc4dfbb3d6fb29 (patch)
tree7b4d749ecf3a26fd336a82a59916a662ec4ca67b
parenta4753a812e9e71ee09bee87b008815beab97fbf5 (diff)
downloadsshtron-b4d7fd50813b0bf08bc876f3bcfc4dfbb3d6fb29.tar.gz
Fix spacing on a comment
-rw-r--r--game.go2
1 files changed, 1 insertions, 1 deletions
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 {
Un proyecto texto-plano.xyz