mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Strip empty lines at the end of classes
This commit is contained in:
@ -572,5 +572,4 @@ class Config{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -150,5 +150,4 @@ class Random{
|
||||
public function nextBoundedInt(int $bound) : int{
|
||||
return $this->nextInt() % $bound;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -253,5 +253,4 @@ abstract class Terminal{
|
||||
|
||||
return $newString;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user