summaryrefslogtreecommitdiff
path: root/service/rpc/config_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/rpc/config_test.go')
-rw-r--r--service/rpc/config_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/rpc/config_test.go b/service/rpc/config_test.go
index 95eb41b4..a7c51c0f 100644
--- a/service/rpc/config_test.go
+++ b/service/rpc/config_test.go
@@ -1,11 +1,11 @@
package rpc
import (
+ "encoding/json"
+ "github.com/spiral/roadrunner/service"
"github.com/stretchr/testify/assert"
"runtime"
"testing"
- "encoding/json"
- "github.com/spiral/roadrunner/service"
)
type testCfg struct{ cfg string }