GiveCommand: fix CS

This commit is contained in:
Dylan K. Taylor 2022-08-22 00:55:17 +01:00
parent bf8befc40b
commit 5cb77c8365
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -38,7 +38,6 @@ use pocketmine\utils\TextFormat;
use function array_slice;
use function count;
use function implode;
use const PHP_INT_MAX;
class GiveCommand extends VanillaCommand{