aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_queued.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_queued.go')
-rw-r--r--internal/game/cmd_queued.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/cmd_queued.go b/internal/game/cmd_queued.go
index dcda825..549c5fb 100644
--- a/internal/game/cmd_queued.go
+++ b/internal/game/cmd_queued.go
@@ -61,6 +61,6 @@ func (g *Game) doQueued(sess *net.Session) {
}
}
if pos > 0 && len(names) > 1 {
- sess.WriteLine(fmt.Sprintf("\n Your active action will resolve as queue position #%d of %d.", pos, len(names)))
+ sess.WriteLine(fmt.Sprintf(" Your active action will resolve as queue position #%d of %d.", pos, len(names)))
}
}