Commit d11695b8 by Torkel Ödegaard

Fixed gofmt issue in PR #16093

parent fd4ee6b0
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment