Skip to content

Commit

Permalink
Removed tab
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed May 11, 2023
1 parent b0fe34c commit 85d422c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -138,7 +138,7 @@ public String[] getRoles() {
*/
public boolean hasRole(String role) {
if ("*".equals(role)) { // Special 2.4 role meaning everyone
return true;
return true;
}

if (role == null) {
Expand Down

0 comments on commit 85d422c

Please sign in to comment.