Skip to content

Commit 631bc57

Browse files
authored
Merge pull request #160 from EmperorGentoo/master
[agent] Fix whitespace formatting issues accidentally introduced into `utils.go`
2 parents cd74c27 + ccaf91d commit 631bc57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/utils/utils.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ func postResponseWithRetries(client *http.Client, proxyURL, backendID, requestID
372372
continue
373373
}
374374
// Force the response body to be fully read by copying it to the discard target.
375-
//
375+
//
376376
// The response is expected to be empty for this specific case, so reading the entire
377377
// response body should be safe and not cause any delays.
378378
//
@@ -399,7 +399,7 @@ func postResponseWithRetries(client *http.Client, proxyURL, backendID, requestID
399399
return err
400400
}
401401
continue
402-
}
402+
}
403403
return nil
404404
}
405405
return err

0 commit comments

Comments
 (0)