mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Strip empty lines at the end of classes
This commit is contained in:
@ -185,5 +185,4 @@ class BanList{
|
||||
MainLogger::getLogger()->error("Could not save ban list");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -255,6 +255,4 @@ class Permission{
|
||||
return new Permission($name, $desc, $default, $children);
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user