Skip to content

Commit

Permalink
style: spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzavier0722 committed Jan 17, 2024
1 parent 0ed2fb0 commit afa6349
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

import io.github.thebusybiscuit.slimefun4.api.player.PlayerProfile;
import io.github.thebusybiscuit.slimefun4.implementation.Slimefun;
import java.util.Optional;
import javax.annotation.Nonnull;
import org.bukkit.Server;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerQuitEvent;

import javax.annotation.Nonnull;
import java.util.Optional;

/**
* This {@link Listener} removes a {@link PlayerProfile} from memory if the corresponding {@link Player}
* has left the {@link Server} or was kicked.
Expand Down

0 comments on commit afa6349

Please sign in to comment.