Sfoglia il codice sorgente

Fixed gofmt issue in PR #16093

Torkel Ödegaard 6 anni fa
parent
commit
d11695b8b5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 	}