Skip to content

Commit 7ed8091

Browse files
fix lint
Signed-off-by: Andreas Gerstmayr <[email protected]>
1 parent 5251991 commit 7ed8091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: authorization/http.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
authorizationSelectorsKey contextKey = "authzQuerySelectors"
2525

2626
// errorMessageForbidden is the error message presented to the user if the user doesn't have
27-
// sufficient permissions to access the requested tenant
27+
// sufficient permissions to access the requested tenant.
2828
errorMessageForbidden string = "You don't have permission to access this tenant"
2929
)
3030

0 commit comments

Comments
 (0)