Skip to content

Commit 6d5db3a

Browse files
Lan-HekaryCopilot
andcommitted
Consistent Formatting
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 187e26d commit 6d5db3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)