Add missing newlines to prints
This commit is contained in:
parent
ea67fe1cbe
commit
6ac5a559b5
2 changed files with 6 additions and 6 deletions
|
@ -235,7 +235,7 @@ func (w *World) ExecuteCommandQueues() {
|
|||
|
||||
// ExecuteCommand will execute a single command
|
||||
func (w *World) ExecuteCommand(c *Command, rover uuid.UUID) (finished bool, err error) {
|
||||
fmt.Printf("Executing command: %+v", *c)
|
||||
fmt.Printf("Executing command: %+v\n", *c)
|
||||
|
||||
switch c.Command {
|
||||
case "move":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue