Skip to content

Commit

Permalink
style: organize imports
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
WakelessSloth56 committed Jun 22, 2022
1 parent 760e6af commit 6dd88d2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,11 +2,11 @@

import static net.minecraft.commands.Commands.literal;
import java.util.List;
import org.auioc.mcmod.arnicalib.ArnicaLib;
import org.auioc.mcmod.arnicalib.common.command.impl.VersionCommand;
import com.mojang.brigadier.Command;
import com.mojang.brigadier.CommandDispatcher;
import com.mojang.brigadier.tree.CommandNode;
import org.auioc.mcmod.arnicalib.ArnicaLib;
import org.auioc.mcmod.arnicalib.common.command.impl.VersionCommand;
import net.minecraft.commands.CommandSourceStack;

public final class AHServerCommands {
Expand Down

0 comments on commit 6dd88d2

Please sign in to comment.