Fixing return value and gofmt

This commit is contained in:
Scott Finlay 2016-11-07 17:46:12 +01:00
parent a6812ba332
commit 1ab59094eb
2 changed files with 6 additions and 7 deletions

View File

@ -309,7 +309,6 @@ func (r *rpcClient) Call(ctx context.Context, request Request, response interfac
return err
}
gerr = err
}
}
@ -421,7 +420,7 @@ func (r *rpcClient) Stream(ctx context.Context, request Request, opts ...CallOpt
return nil, rsp.err
}
grr = err
grr = rsp.err
}
}