diff --git a/models/team_list.go b/models/team_list.go index 8d3c4ca3..c4bae56e 100644 --- a/models/team_list.go +++ b/models/team_list.go @@ -20,6 +20,6 @@ func (TeamList) TableName() string { } type teamWithRight struct { - Team `xorm:"extends"` + Team `xorm:"extends"` Right TeamRight `json:"right"` -} \ No newline at end of file +}