Fix linter
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
dea99e9d05
commit
6615f159ba
@ -196,11 +196,7 @@ func (tss *testStreamingService) EmptyPayloadStream(_ context.Context, _ *emptyp
|
||||
return err
|
||||
}
|
||||
|
||||
if err := streamer.Send(&streaming.EchoPayload{Seq: 2}); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
return streamer.Send(&streaming.EchoPayload{Seq: 2})
|
||||
}
|
||||
|
||||
func TestStreamingService(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user