Skip to content

Commit 9a9f14d

Browse files
committed
fix imports style
1 parent a62eb0f commit 9a9f14d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmd/hook.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88
"fmt"
99
"os"
1010

11-
"github.com/urfave/cli"
12-
1311
"code.gitea.io/gitea/models"
12+
13+
"github.com/urfave/cli"
1414
)
1515

1616
var (

models/migrations/v19.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import (
1111
"path/filepath"
1212
"strings"
1313

14+
"code.gitea.io/gitea/modules/setting"
15+
1416
"github.com/Unknwon/com"
1517
"github.com/go-xorm/xorm"
16-
17-
"code.gitea.io/gitea/modules/setting"
1818
)
1919

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

0 commit comments

Comments
 (0)