summaryrefslogtreecommitdiff
path: root/worker_watcher.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-19 17:28:30 +0300
committerValery Piashchynski <[email protected]>2020-11-19 17:28:30 +0300
commit71c81a91f9f967e41310077bd26b1dedb0b49556 (patch)
treecce9cb740bae0b9acbfc15d76823174f571a0a6c /worker_watcher.go
parente9595a5c133ff02b765c0b59913593e7f91bc4e7 (diff)
huge linters fix update
Diffstat (limited to 'worker_watcher.go')
-rwxr-xr-xworker_watcher.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/worker_watcher.go b/worker_watcher.go
index 84be44f2..a617fe65 100755
--- a/worker_watcher.go
+++ b/worker_watcher.go
@@ -323,8 +323,6 @@ func (ww *workerWatcher) wait(ctx context.Context, w WorkerBase) {
})
return
}
-
- return
}
func (ww *workerWatcher) addToWatch(wb WorkerBase) {