We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1167b43 commit 7d4b60cCopy full SHA for 7d4b60c
internal/app/state/robotid.go
@@ -5,5 +5,5 @@ import (
5
)
6
7
func (x *RobotId) PrettyString() string {
8
- return fmt.Sprintf("%d %s", x.Id, x.Team.String())
+ return fmt.Sprintf("%d %s", *x.Id, x.Team.String())
9
}
0 commit comments