Address style violations

This commit is contained in:
NotMyFault
2021-08-18 11:58:18 +02:00
parent 252d6a2866
commit 2988ad6b11
99 changed files with 494 additions and 345 deletions

View File

@ -88,8 +88,10 @@ public class BukkitOfflinePlayer implements OfflinePlotPlayer {
final @NonNull String stub,
final @NonNull String key
) {
return this.permissionProfile.hasPermission(world, stub + "." + key) || this.permissionProfile.hasPermission(world,
stub + ".*");
return this.permissionProfile.hasPermission(world, stub + "." + key) || this.permissionProfile.hasPermission(
world,
stub + ".*"
);
}
}