mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Strip empty lines at the end of classes
This commit is contained in:
@ -82,6 +82,4 @@ class BigTree extends Tree{
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@ -97,5 +97,4 @@ class Ore{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -44,5 +44,4 @@ class Pond{
|
||||
public function placeObject(ChunkManager $level, Vector3 $pos){
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -79,6 +79,4 @@ class SpruceTree extends Tree{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user