Furnace: remove trailing whitespace

This commit is contained in:
Dylan K. Taylor 2018-06-11 13:31:05 +01:00
parent 05af87e1d4
commit cfb10360ff

View File

@ -81,7 +81,7 @@ class Furnace extends Spawnable implements InventoryHolder, Container, Nameable{
$this->inventory = new FurnaceInventory($this);
$this->loadItems($nbt);
$this->inventory->setEventProcessor(new class($this) implements InventoryEventProcessor{
/** @var Furnace */
private $furnace;