diff options
author | Valery Piashchynski <[email protected]> | 2020-10-20 17:36:41 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-10-20 17:36:41 +0300 |
commit | de6a38c0f3e1f21349e6361b8fe2829a09cf02b8 (patch) | |
tree | fc99ba06106145c1b9d2279e0616795ed106588f /sync_worker.go | |
parent | 4a3a8a1b94ce7a1ff697aee6c4e8a34e3a736195 (diff) |
GolangCi warnings fix
Diffstat (limited to 'sync_worker.go')
-rw-r--r-- | sync_worker.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sync_worker.go b/sync_worker.go index a6e1ed01..de9491d6 100644 --- a/sync_worker.go +++ b/sync_worker.go @@ -122,7 +122,6 @@ func (tw *taskWorker) Exec(rqs Payload) (Payload, error) { tw.w.State().RegisterExec() return rsp, nil - } func (tw *taskWorker) execPayload(rqs Payload) (Payload, error) { |