EmeraldOre: remove excess indentation

This commit is contained in:
Dylan K. Taylor 2018-06-22 21:31:22 +01:00
parent 056d24c67d
commit 87852f2fe1

View File

@ -53,7 +53,7 @@ class EmeraldOre extends Solid{
public function getDropsForCompatibleTool(Item $item) : array{
return [
ItemFactory::get(Item::EMERALD)
ItemFactory::get(Item::EMERALD)
];
}
}