mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-23 21:44:41 +02:00
More linting fun
This commit is contained in:
@@ -293,7 +293,6 @@ func (s *service) call(ctx context.Context, server *server, sending *sync.Mutex,
|
||||
// no error, we send the special EOS error
|
||||
return lastStreamResponseError
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
for i := len(server.hdlrWrappers); i > 0; i-- {
|
||||
|
||||
Reference in New Issue
Block a user