remove whitespace

This commit is contained in:
Pyrbu 2023-05-10 16:32:54 +01:00
parent a2503cb3cb
commit 839a54b9b7
2 changed files with 0 additions and 2 deletions

@ -8,7 +8,6 @@ import java.util.Collections;
import java.util.List; import java.util.List;
public class ActionCommand implements CommandHandler { public class ActionCommand implements CommandHandler {
@Override @Override
public void run(CommandContext context) throws CommandExecutionException { public void run(CommandContext context) throws CommandExecutionException {
context.send("Not implemented yet."); context.send("Not implemented yet.");

@ -15,7 +15,6 @@ import java.util.Collections;
import java.util.List; import java.util.List;
public class ListCommand implements CommandHandler { public class ListCommand implements CommandHandler {
@Override @Override
public void run(CommandContext context) throws CommandExecutionException { public void run(CommandContext context) throws CommandExecutionException {
TextComponent.Builder component = Component.text("Npc's:\n").color(NamedTextColor.GOLD).toBuilder(); TextComponent.Builder component = Component.text("Npc's:\n").color(NamedTextColor.GOLD).toBuilder();