Skip to content

Commit

Permalink
Ignore linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed May 20, 2023
1 parent d70dbe1 commit 93364c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func (c *Client) Receive() (int, []byte, *gerr.GatewayDError) {
var received int
buffer := bytes.NewBuffer(nil)
// Read the data in chunks.
select {
select { //nolint:gosimple
case <-time.After(time.Millisecond):
for {
chunk := make([]byte, c.ReceiveChunkSize)
Expand Down

0 comments on commit 93364c5

Please sign in to comment.