Commit 07e73578 authored by Geoff Simmons's avatar Geoff Simmons

Remove an unreachable return (pointed out by go vet).

parent c4dc48f7
......@@ -181,7 +181,6 @@ func (worker *NamespaceWorker) dispatch(obj interface{}) error {
deleted)
return nil
}
return nil
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment