mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Run 'go fmt'.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user