Strip empty lines at the end of classes

This commit is contained in:
Dylan K. Taylor
2018-06-11 13:19:23 +01:00
parent b3ea9606c7
commit 05af87e1d4
185 changed files with 0 additions and 199 deletions

View File

@ -145,5 +145,4 @@ class ConsoleCommandSender implements CommandSender{
}
$this->lineHeight = $height;
}
}

View File

@ -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;
}
}

View File

@ -47,6 +47,4 @@ class RemoteConsoleCommandSender extends ConsoleCommandSender{
public function getName() : string{
return "Rcon";
}
}

View File

@ -345,6 +345,4 @@ class SimpleCommandMap implements CommandMap{
}
}
}

View File

@ -99,5 +99,4 @@ class HelpCommand extends VanillaCommand{
return true;
}
}
}