aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auth/repo_form.go
diff options
context:
space:
mode:
authorThibault Meyer <meyer.thibault@gmail.com>2016-11-11 13:11:45 +0100
committerThibault Meyer <meyer.thibault@gmail.com>2016-11-11 13:11:45 +0100
commitddee4c8b5853d876ebd45ea4e7fe56208cd30eb5 (patch)
tree754d70f15ef0ddf51147b23afee48d6e3de98e11 /modules/auth/repo_form.go
parenta1c5f02444b5124a8a96a57769e00728e828c7fc (diff)
downloadgitea-ddee4c8b5853d876ebd45ea4e7fe56208cd30eb5.tar.gz
gitea-ddee4c8b5853d876ebd45ea4e7fe56208cd30eb5.zip
Normalize files with gofmt
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r--modules/auth/repo_form.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index a8fd06ae46..1f5330d23a 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -8,8 +8,8 @@ import (
"net/url"
"strings"
- "github.com/Unknwon/com"
"code.gitea.io/gitea/models"
+ "github.com/Unknwon/com"
"github.com/go-macaron/binding"
macaron "gopkg.in/macaron.v1"
)