summaryrefslogtreecommitdiff
path: root/pool.go
diff options
context:
space:
mode:
Diffstat (limited to 'pool.go')
-rw-r--r--pool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pool.go b/pool.go
index 415c695e..8dac6cf7 100644
--- a/pool.go
+++ b/pool.go
@@ -11,7 +11,7 @@ import (
const (
// StopRequest can be sent by worker to indicate that restart is required.
- StopRequest = "{\"stop\": true}"
+ StopRequest = "{\"stop\":true}"
)
// Pool controls worker creation, destruction and task routing.