Browse Source

Fixed gofmt issue in PR #16093

Torkel Ödegaard 6 years ago
parent
commit
d11695b8b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/models/org_user.go

+ 1 - 1
pkg/models/org_user.go

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