Run 'go fmt'.

This commit is contained in:
Patrick Fairbank
2020-04-25 14:26:08 -07:00
parent f91e3460d3
commit 9b17f0ab1b
5 changed files with 31 additions and 31 deletions

View File

@@ -8,15 +8,15 @@ package game
import "math/rand"
type RankingFields struct {
RankingPoints int
AutoPoints int
EndgamePoints int
TeleopPoints int
Random float64
Wins int
Losses int
Ties int
Played int
RankingPoints int
AutoPoints int
EndgamePoints int
TeleopPoints int
Random float64
Wins int
Losses int
Ties int
Played int
}
type Ranking struct {