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

@ -291,5 +291,4 @@ class CraftingManager{
public function registerRecipe(Recipe $recipe) : void{
$recipe->registerToCraftingManager($this);
}
}

View File

@ -65,5 +65,4 @@ class EnderChestInventory extends ChestInventory{
public function getHolder(){
return $this->holder;
}
}

View File

@ -40,5 +40,4 @@ class MultiRecipe{
public function __construct(UUID $uuid){
$this->uuid = $uuid;
}
}

View File

@ -81,5 +81,4 @@ class CreativeInventoryAction extends InventoryAction{
public function onExecuteFail(Player $source) : void{
}
}