diff options
author | Thibault Meyer <meyer.thibault@gmail.com> | 2016-11-11 13:11:45 +0100 |
---|---|---|
committer | Thibault Meyer <meyer.thibault@gmail.com> | 2016-11-11 13:11:45 +0100 |
commit | ddee4c8b5853d876ebd45ea4e7fe56208cd30eb5 (patch) | |
tree | 754d70f15ef0ddf51147b23afee48d6e3de98e11 /routers/repo/pull.go | |
parent | a1c5f02444b5124a8a96a57769e00728e828c7fc (diff) | |
download | gitea-ddee4c8b5853d876ebd45ea4e7fe56208cd30eb5.tar.gz gitea-ddee4c8b5853d876ebd45ea4e7fe56208cd30eb5.zip |
Normalize files with gofmt
Diffstat (limited to 'routers/repo/pull.go')
-rw-r--r-- | routers/repo/pull.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/repo/pull.go b/routers/repo/pull.go index 117b5684ec..83352d7f3c 100644 --- a/routers/repo/pull.go +++ b/routers/repo/pull.go @@ -10,14 +10,14 @@ import ( "path" "strings" - "github.com/Unknwon/com" + "code.gitea.io/git" "code.gitea.io/gitea/models" "code.gitea.io/gitea/modules/auth" "code.gitea.io/gitea/modules/base" "code.gitea.io/gitea/modules/context" "code.gitea.io/gitea/modules/log" "code.gitea.io/gitea/modules/setting" - "code.gitea.io/git" + "github.com/Unknwon/com" ) const ( |