fixing EOF newlines on new files

This commit is contained in:
Dylan K. Taylor
2019-12-07 10:08:29 +00:00
parent c10ce84035
commit 733d530ed0
8 changed files with 8 additions and 8 deletions

View File

@ -63,4 +63,4 @@ class CompletedUsingItemPacket extends DataPacket{
public function handle(NetworkSession $session) : bool{
return $session->handleCompletedUsingItem($this);
}
}
}