Skip to content

Commit

Permalink
fix imports style
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Feb 23, 2017
1 parent a62eb0f commit 9a9f14d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"fmt"
"os"

"github.com/urfave/cli"

"code.gitea.io/gitea/models"

"github.com/urfave/cli"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions models/migrations/v19.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import (
"path/filepath"
"strings"

"code.gitea.io/gitea/modules/setting"

"github.com/Unknwon/com"
"github.com/go-xorm/xorm"

"code.gitea.io/gitea/modules/setting"
)

func generateAndMigrateGitHooks(x *xorm.Engine) (err error) {
Expand Down

0 comments on commit 9a9f14d

Please sign in to comment.