Run formatter

This commit is contained in:
2024-08-04 16:35:24 -07:00
parent 4590fdadbe
commit fa60e18c22
4 changed files with 10 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ import (
type PermissionsMap map[string]map[string][]string
// IsAllowed checks if the user has permissions for all the specified items.
//
//
// The default policy is deny, and denials take priority, so if one item
// in items is set to deny, IsAllowed will always return false, even if
// other items are explicitly allowed.