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:
@ -145,5 +145,4 @@ class ConsoleCommandSender implements CommandSender{
|
||||
}
|
||||
$this->lineHeight = $height;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -154,5 +154,4 @@ class FormattedCommandAlias extends Command{
|
||||
private static function inRange(int $i, int $j, int $k) : bool{
|
||||
return $i >= $j and $i <= $k;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -47,6 +47,4 @@ class RemoteConsoleCommandSender extends ConsoleCommandSender{
|
||||
public function getName() : string{
|
||||
return "Rcon";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@ -345,6 +345,4 @@ class SimpleCommandMap implements CommandMap{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@ -99,5 +99,4 @@ class HelpCommand extends VanillaCommand{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user