Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Romain BELORGEY <[email protected]>
  • Loading branch information
RomainBelorgey committed Sep 6, 2021
1 parent 6fbb1f1 commit 27b4d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/hub/ratelimiting.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var (
second = "https://registry-1.docker.io/v2/ratelimitpreview/test/manifests/latest"
)

// SetURLs change the base urls used to check ratelimiting values
func SetURLs(newFirst, newSecond string) {
first = newFirst
second = newSecond
Expand Down

0 comments on commit 27b4d96

Please sign in to comment.