@@ -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