mirror of
https://github.com/distribution/distribution.git
synced 2025-09-26 22:53:53 +00:00
Merge pull request #3766 from thaJeztah/gofumpt
format code with gofumpt
This commit is contained in:
@@ -34,7 +34,7 @@ type catalogAPIResponse struct {
|
||||
}
|
||||
|
||||
func (ch *catalogHandler) GetCatalog(w http.ResponseWriter, r *http.Request) {
|
||||
var moreEntries = true
|
||||
moreEntries := true
|
||||
|
||||
q := r.URL.Query()
|
||||
lastEntry := q.Get("last")
|
||||
|
Reference in New Issue
Block a user