1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

fix gofmt error.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2016-11-15 00:03:37 +08:00
parent 904deb7d6a
commit 5054020c1f
3 changed files with 3 additions and 3 deletions

View File

@@ -12,9 +12,9 @@ import (
"path"
"time"
"github.com/Unknwon/cae/zip"
"code.gitea.io/gitea/models"
"code.gitea.io/gitea/modules/setting"
"github.com/Unknwon/cae/zip"
"github.com/urfave/cli"
)