mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Strip empty lines at the end of classes
This commit is contained in:
@ -55,5 +55,4 @@ class EnchantmentEntry{
|
||||
public function getRandomName() : string{
|
||||
return $this->randomName;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -53,5 +53,4 @@ class EnchantmentList{
|
||||
public function getSize() : int{
|
||||
return $this->enchantments->getSize();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user