fix more EOF newlines

This commit is contained in:
Dylan K. Taylor
2022-01-07 20:39:43 +00:00
parent 75fc7a2d1f
commit 661848c5e7
5 changed files with 5 additions and 5 deletions

View File

@ -37,4 +37,4 @@ final class ItemEntityStackSizeChangeAnimation implements Animation{
public function encode() : array{
return [ActorEventPacket::create($this->itemEntity->getId(), ActorEvent::ITEM_ENTITY_MERGE, $this->newStackSize)];
}
}
}