mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fixed some lines indented with 4 spaces rather than tabs
This commit is contained in:
@ -26,7 +26,7 @@ namespace pocketmine\utils;
|
||||
*/
|
||||
abstract class TextFormat{
|
||||
const ESCAPE = "\xc2\xa7"; //§
|
||||
|
||||
|
||||
const BLACK = TextFormat::ESCAPE . "0";
|
||||
const DARK_BLUE = TextFormat::ESCAPE . "1";
|
||||
const DARK_GREEN = TextFormat::ESCAPE . "2";
|
||||
|
Reference in New Issue
Block a user