mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 01:16:15 +00:00
Strip empty lines at the end of classes
This commit is contained in:
@ -38,5 +38,4 @@ class EnderChest extends Spawnable{
|
||||
protected function addAdditionalSpawnData(CompoundTag $nbt) : void{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -282,5 +282,4 @@ abstract class Tile extends Position{
|
||||
public function getName() : string{
|
||||
return $this->name;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user