Skip to content

Commit 6615f15

Browse files
committed
Fix linter
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent dea99e9 commit 6615f15

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

integration/streaming_test.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,7 @@ func (tss *testStreamingService) EmptyPayloadStream(_ context.Context, _ *emptyp
196196
return err
197197
}
198198

199-
if err := streamer.Send(&streaming.EchoPayload{Seq: 2}); err != nil {
200-
return err
201-
}
202-
203-
return nil
199+
return streamer.Send(&streaming.EchoPayload{Seq: 2})
204200
}
205201

206202
func TestStreamingService(t *testing.T) {

0 commit comments

Comments
 (0)