Skip to content

Commit

Permalink
Idea added a space so now I need to commit it
Browse files Browse the repository at this point in the history
  • Loading branch information
mfletcher2 committed Aug 12, 2021
1 parent 756017f commit 601481c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/nezd53/sneakfart/FartCommandExecutor.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
public class FartCommandExecutor implements CommandExecutor {
@Override
public boolean onCommand(CommandSender commandSender, Command command, String s, String[] strings) {
if(commandSender instanceof Player)
FartHandler.fart((Player)commandSender);
if (commandSender instanceof Player)
FartHandler.fart((Player) commandSender);

return true;
}
Expand Down

0 comments on commit 601481c

Please sign in to comment.