Skip to content

Commit b805631

Browse files
committed
sort imports
1 parent c595916 commit b805631

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

services/websocket/session.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import (
77
"fmt"
88
"net/url"
99

10-
"github.com/olahol/melody"
11-
1210
user_model "code.gitea.io/gitea/models/user"
11+
12+
"github.com/olahol/melody"
1313
)
1414

1515
type sessionData struct {

services/websocket/websocket.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
package websocket
55

66
import (
7-
"github.com/mitchellh/mapstructure"
8-
"github.com/olahol/melody"
9-
107
"code.gitea.io/gitea/modules/context"
118
"code.gitea.io/gitea/modules/json"
129
notify_service "code.gitea.io/gitea/services/notify"
10+
11+
"github.com/mitchellh/mapstructure"
12+
"github.com/olahol/melody"
1313
)
1414

1515
var m *melody.Melody

0 commit comments

Comments
 (0)