diff options
author | Wolfy-J <[email protected]> | 2018-07-08 21:01:40 -0700 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-08 21:01:40 -0700 |
commit | ef38a99429c9916137ecd5953703a694bfc1c569 (patch) | |
tree | af6c127dbd3d1cd63a30fb9082f7b9ef236da844 /service/rpc | |
parent | a180d5e1128f735976497dff69c8c3a1061c42c7 (diff) |
go fmt
Diffstat (limited to 'service/rpc')
-rw-r--r-- | service/rpc/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/rpc/config.go b/service/rpc/config.go index 0485fdf6..c37b0853 100644 --- a/service/rpc/config.go +++ b/service/rpc/config.go @@ -2,10 +2,10 @@ package rpc import ( "errors" + "github.com/spiral/roadrunner/service" "net" "strings" "syscall" - "github.com/spiral/roadrunner/service" ) // Config defines RPC service config. |