make fmt-check work again
This commit is contained in:
parent
08022758ff
commit
1146dd0f24
|
|
@ -90,7 +90,7 @@ type User struct {
|
||||||
OwnedOrgs []*User `xorm:"-"`
|
OwnedOrgs []*User `xorm:"-"`
|
||||||
Orgs []*User `xorm:"-"`
|
Orgs []*User `xorm:"-"`
|
||||||
Repos []*Repository `xorm:"-"`
|
Repos []*Repository `xorm:"-"`
|
||||||
Location string
|
Location string
|
||||||
Website string
|
Website string
|
||||||
Rands string `xorm:"VARCHAR(10)"`
|
Rands string `xorm:"VARCHAR(10)"`
|
||||||
Salt string `xorm:"VARCHAR(10)"`
|
Salt string `xorm:"VARCHAR(10)"`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user