fmt
This commit is contained in:
parent
30ce67c38f
commit
f93a27d67d
1 changed files with 2 additions and 2 deletions
|
@ -20,6 +20,6 @@ func (TeamList) TableName() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
type teamWithRight struct {
|
type teamWithRight struct {
|
||||||
Team `xorm:"extends"`
|
Team `xorm:"extends"`
|
||||||
Right TeamRight `json:"right"`
|
Right TeamRight `json:"right"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue