Skip to content

Commit 9587300

Browse files
committed
fix: linter error
1 parent 14e5d27 commit 9587300

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

internal/ngap/dispatcher.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ package ngap
33
import (
44
"net"
55

6-
"github.com/free5gc/sctp"
7-
86
"github.com/free5gc/amf/internal/context"
97
"github.com/free5gc/amf/internal/logger"
108
"github.com/free5gc/ngap"
9+
"github.com/free5gc/sctp"
1110
)
1211

1312
func Dispatch(conn net.Conn, msg []byte) {

internal/ngap/service/service.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ import (
88
"sync"
99
"syscall"
1010

11-
"github.com/free5gc/sctp"
12-
1311
"github.com/free5gc/amf/internal/logger"
1412
"github.com/free5gc/amf/pkg/factory"
1513
"github.com/free5gc/ngap"
14+
"github.com/free5gc/sctp"
1615
)
1716

1817
type NGAPHandler struct {

0 commit comments

Comments
 (0)