From 67380cf47b6dfd6ff9999acc73dd7da8f620948f Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 21 Dec 2016 04:08:23 -0500 Subject: Minor code fix --- models/user.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'models') diff --git a/models/user.go b/models/user.go index 0fcccae0..a027a047 100644 --- a/models/user.go +++ b/models/user.go @@ -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 -- cgit v1.2.3