Skip to content

Commit 7d4b60c

Browse files
committed
Pretty print robot id correctly
1 parent 1167b43 commit 7d4b60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/app/state/robotid.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ import (
55
)
66

77
func (x *RobotId) PrettyString() string {
8-
return fmt.Sprintf("%d %s", x.Id, x.Team.String())
8+
return fmt.Sprintf("%d %s", *x.Id, x.Team.String())
99
}

0 commit comments

Comments
 (0)