mirror of
https://github.com/go-gitea/gitea.git
synced 2026-01-31 12:14:18 +01:00
make fmt
This commit is contained in:
parent
ffb849d641
commit
abebe115db
@ -12,6 +12,7 @@ import (
|
||||
"code.gitea.io/gitea/modules/setting"
|
||||
"code.gitea.io/gitea/modules/templates"
|
||||
"code.gitea.io/gitea/services/context"
|
||||
|
||||
"xorm.io/xorm"
|
||||
)
|
||||
|
||||
@ -75,10 +76,10 @@ func IPs(ctx *context.Context) {
|
||||
|
||||
// Define the user IP result struct
|
||||
type UserIPResult struct {
|
||||
UID int64
|
||||
Name string
|
||||
FullName string
|
||||
IP string
|
||||
UID int64
|
||||
Name string
|
||||
FullName string
|
||||
IP string
|
||||
}
|
||||
|
||||
var (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user