summaryrefslogtreecommitdiff
path: root/service/factory.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/factory.go')
-rw-r--r--service/factory.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/factory.go b/service/factory.go
index dbdebc4f..e4a599e6 100644
--- a/service/factory.go
+++ b/service/factory.go
@@ -2,10 +2,10 @@ package service
import (
"github.com/spiral/roadrunner"
- "time"
+ "net"
"os/exec"
"strings"
- "net"
+ "time"
)
type PoolConfig struct {