Skip to content

Commit edd4c35

Browse files
Lan-HekaryCopilot
andauthored
Consistent Formatting
Co-authored-by: Copilot <[email protected]>
1 parent e32531f commit edd4c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httputil/httputil.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var (
2828
// UserAgent is passed to every HTTP request as part of the 'User-Agent' header.
2929
UserAgent = "Bazelisk"
3030
// AuthHeader is optionally set to a value that is passed as part of the 'Authorization' header in HTTP requests.
31-
AuthHeader = ""
31+
AuthHeader = ""
3232
linkPattern = regexp.MustCompile(`<(.*?)>; rel="(\w+)"`)
3333

3434
// RetryClock is used for waiting between HTTP request retries.

0 commit comments

Comments
 (0)