summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/rr/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/main.go b/cmd/rr/main.go
index c4eac19b..ca3ca9ac 100644
--- a/cmd/rr/main.go
+++ b/cmd/rr/main.go
@@ -24,6 +24,7 @@ package main
import (
rr "github.com/spiral/roadrunner/cmd/rr/cmd"
+ "github.com/sirupsen/logrus"
// services (plugins)
"github.com/spiral/roadrunner/service/env"
@@ -33,7 +34,6 @@ import (
// additional command handlers
_ "github.com/spiral/roadrunner/cmd/rr/http"
- "github.com/sirupsen/logrus"
)
func main() {