diff options
author | Wolfy-J <[email protected]> | 2018-01-28 15:02:32 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-28 15:02:32 +0300 |
commit | bb62198db284e0f6aa2722e3a8935190853820fb (patch) | |
tree | 0c16a2a359563c468065b7c2a8f855ce7178161a /worker.go | |
parent | d4b52bb35417c464755af95366243e65b6cdc836 (diff) |
minor CS
Diffstat (limited to 'worker.go')
-rw-r--r-- | worker.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ func (w *Worker) State() State { func (w *Worker) String() string { state := w.state.String() if w.Pid != nil { - state = state + ", pid.php:" + strconv.Itoa(*w.Pid) + state = state + ", pid:" + strconv.Itoa(*w.Pid) } return fmt.Sprintf( |