diff options
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) { |