Skip to content

Commit

Permalink
Merge pull request #1646 from mtrmac/go1.19-fmt-again
Browse files Browse the repository at this point in the history
Update comment to conform to Go 1.19 formatting
  • Loading branch information
mtrmac authored Sep 2, 2022
2 parents c5c37ef + 26a2665 commit 3aed337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/wwwauthenticate.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func parseAuthHeader(header http.Header) []challenge {
return challenges
}

/// parses an authentication scope string of the form `$resource:$remote:$actions`
// parseAuthScope parses an authentication scope string of the form `$resource:$remote:$actions`
func parseAuthScope(scopeStr string) (*authScope, error) {
if parts := strings.Split(scopeStr, ":"); len(parts) == 3 {
return &authScope{
Expand Down

0 comments on commit 3aed337

Please sign in to comment.