summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-06-24 13:58:54 +0300
committerWolfy-J <[email protected]>2019-06-24 13:58:54 +0300
commited7ba40a04f32d04f1e565fe0fb973aa0e0574a9 (patch)
treec22f6bd6ca1d39ecc7e3e2badc160ddad7d06749 /cmd
parentd8ccbb94a5915a1957beb162d3c2ecb668087ef3 (diff)
go fmt
Diffstat (limited to 'cmd')
-rw-r--r--cmd/rr/cmd/serve.go2
-rw-r--r--cmd/util/cprint.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/rr/cmd/serve.go b/cmd/rr/cmd/serve.go
index 981ad12d..c754be46 100644
--- a/cmd/rr/cmd/serve.go
+++ b/cmd/rr/cmd/serve.go
@@ -33,7 +33,7 @@ func init() {
CLI.AddCommand(&cobra.Command{
Use: "serve",
Short: "Serve RoadRunner service(s)",
- RunE: serveHandler,
+ RunE: serveHandler,
})
signal.Notify(stopSignal, os.Interrupt, os.Kill, syscall.SIGTERM, syscall.SIGINT)
diff --git a/cmd/util/cprint.go b/cmd/util/cprint.go
index 1d4d8cd3..85202b0a 100644
--- a/cmd/util/cprint.go
+++ b/cmd/util/cprint.go
@@ -3,9 +3,9 @@ package util
import (
"fmt"
"github.com/mgutz/ansi"
+ "os"
"regexp"
"strings"
- "os"
)
var (