Format. Haven't done this in awhile. Just sneak it in.

This commit is contained in:
Trent Hensler
2018-01-04 17:40:27 -08:00
parent f019c4f833
commit 5c2abb34de
24 changed files with 113 additions and 137 deletions

View File

@@ -39,7 +39,8 @@ public enum Role {
return NORMAL;
case 2:
return MODERATOR;
case 3: return ADMIN;
case 3:
return ADMIN;
}
return null;
@@ -68,7 +69,7 @@ public enum Role {
return this.nicename;
}
public TL getTranslation(){
public TL getTranslation() {
return translation;
}