Skip to content

Commit 2ddfd32

Browse files
author
M0diis
committed
Whitespace fix
1 parent 8fe4334 commit 2ddfd32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/src/main/java/at/helpch/chatchat/util/ChannelUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static boolean isTargetWithinRadius(
5151
return true;
5252
}
5353

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

0 commit comments

Comments
 (0)