summaryrefslogtreecommitdiff
path: root/cmd/rr
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/rr
parentd8ccbb94a5915a1957beb162d3c2ecb668087ef3 (diff)
go fmt
Diffstat (limited to 'cmd/rr')
-rw-r--r--cmd/rr/cmd/serve.go2
1 files changed, 1 insertions, 1 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)