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
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := streamer.Send(&streaming.EchoPayload{Seq: 2}); err != nil {
|
return streamer.Send(&streaming.EchoPayload{Seq: 2})
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestStreamingService(t *testing.T) {
|
func TestStreamingService(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user