Skip to content
Snippets Groups Projects
Commit bca1b03b authored by xujianhai666's avatar xujianhai666
Browse files

remove ineffassign

parent 45679662
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,6 @@ func (invoker *failbackClusterInvoker) Invoke(invocation protocol.Invocation) pr
var result protocol.Result
ivk := invoker.doSelect(loadbalance, invocation, invokers, invoked)
invoked = append(invoked, ivk)
//DO INVOKE
result = ivk.Invoke(invocation)
if result.Error() != nil {
......
......@@ -64,7 +64,6 @@ func (invoker *failsafeClusterInvoker) Invoke(invocation protocol.Invocation) pr
var result protocol.Result
ivk := invoker.doSelect(loadbalance, invocation, invokers, invoked)
invoked = append(invoked, ivk)
//DO INVOKE
result = ivk.Invoke(invocation)
if result.Error() != nil {
......
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