Skip to content

Commit 1efddb3

Browse files
committed
fix import
1 parent f48ed84 commit 1efddb3

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

models/action.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import (
1818

1919
"code.gitea.io/gitea/modules/base"
2020
"code.gitea.io/gitea/modules/git"
21-
2221
"code.gitea.io/gitea/modules/setting"
2322
api "code.gitea.io/gitea/modules/structs"
2423
"code.gitea.io/gitea/modules/util"

models/issue_mail.go

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

11-
"github.com/Unknwon/com"
12-
1311
"code.gitea.io/gitea/modules/markup"
1412
"code.gitea.io/gitea/modules/setting"
1513
"code.gitea.io/log"
14+
15+
"github.com/Unknwon/com"
1616
)
1717

1818
func (issue *Issue) mailSubject() string {

models/issue_milestone.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
api "code.gitea.io/gitea/modules/structs"
1212
"code.gitea.io/gitea/modules/util"
1313
"code.gitea.io/log"
14+
1415
"github.com/go-xorm/xorm"
1516
)
1617

modules/cron/cron.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ package cron
77
import (
88
"time"
99

10-
"github.com/gogits/cron"
11-
1210
"code.gitea.io/gitea/models"
13-
1411
"code.gitea.io/gitea/modules/setting"
1512
"code.gitea.io/log"
13+
14+
"github.com/gogits/cron"
1615
)
1716

1817
var c = cron.New()

0 commit comments

Comments
 (0)