Skip to content

Commit af27632

Browse files
committed
fix: reorder rpc.go imports for goimports
1 parent 4da00cc commit af27632

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rpc.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package status
22

33
import (
4+
"log/slog"
5+
46
statusV2 "github.com/roadrunner-server/api-go/v6/status/v2"
57
"github.com/roadrunner-server/errors"
6-
"log/slog"
78
)
89

910
type rpc struct {

0 commit comments

Comments
 (0)