Strip empty lines at the end of classes

This commit is contained in:
Dylan K. Taylor
2018-06-11 13:19:23 +01:00
parent b3ea9606c7
commit 05af87e1d4
185 changed files with 0 additions and 199 deletions

View File

@ -38,5 +38,4 @@ class EnderChest extends Spawnable{
protected function addAdditionalSpawnData(CompoundTag $nbt) : void{
}
}

View File

@ -282,5 +282,4 @@ abstract class Tile extends Position{
public function getName() : string{
return $this->name;
}
}