Minor code fix

This commit is contained in:
Unknwon
2016-12-21 04:08:23 -05:00
parent 39fdb0f9c4
commit 67380cf47b
9 changed files with 17 additions and 16 deletions

View File

@@ -23,6 +23,7 @@ import (
"github.com/Unknwon/com"
"github.com/go-xorm/xorm"
"github.com/nfnt/resize"
"golang.org/x/crypto/pbkdf2"
"github.com/gogits/git-module"
api "github.com/gogits/go-gogs-client"
@@ -32,8 +33,6 @@ import (
"github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/markdown"
"github.com/gogits/gogs/modules/setting"
"golang.org/x/crypto/pbkdf2"
)
type UserType int