diff options
-rw-r--r-- | cmd/rr/http/workers.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/rr/http/workers.go b/cmd/rr/http/workers.go index fd3927e7..e697816f 100644 --- a/cmd/rr/http/workers.go +++ b/cmd/rr/http/workers.go @@ -100,8 +100,6 @@ func workersHandler(cmd *cobra.Command, args []string) (err error) { tm.Flush() } } - - return nil } func showWorkers(client *rpc.Client) { |