Fixed gofmt issue in PR #16093
This commit is contained in:
@@ -35,7 +35,7 @@ func (r RoleType) Includes(other RoleType) bool {
|
||||
if r == ROLE_EDITOR {
|
||||
return other != ROLE_ADMIN
|
||||
}
|
||||
|
||||
|
||||
if r == ROLE_VIEWER {
|
||||
return other == ROLE_VIEWER
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user