Skip to content

Commit

Permalink
Spotless fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNature committed Sep 19, 2024
1 parent b0b1833 commit c3d0b21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import com.lunarclient.apollo.configurable.v1.ConfigurableSettings;
import com.lunarclient.apollo.configurable.v1.OverrideConfigurableSettingsMessage;
import com.lunarclient.apollo.example.ApolloExamplePlugin;

import java.util.Arrays;
import java.util.List;
import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

import com.lunarclient.apollo.example.ApolloExamplePlugin;
import com.lunarclient.apollo.example.proto.ProtobufPacketUtil;
import com.lunarclient.apollo.player.v1.UpdatePlayerWorldMessage;
import java.util.HashSet;
import java.util.Set;
import java.util.UUID;
import com.lunarclient.apollo.player.v1.UpdatePlayerWorldMessage;
import org.bukkit.Bukkit;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
Expand Down

0 comments on commit c3d0b21

Please sign in to comment.