Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
M0diis committed Feb 27, 2024
1 parent 8fe4334 commit 2ddfd32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static boolean isTargetWithinRadius(
return true;
}

if (radius != -1 && source instanceof ChatUser ) {
if (radius != -1 && source instanceof ChatUser) {
final Location sourceLocation = ((ChatUser) source).player().getLocation();
final Location targetLocation = ((ChatUser) target).player().getLocation();

Expand Down

0 comments on commit 2ddfd32

Please sign in to comment.