mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-07 13:08:40 +00:00
Automated formatting changes
This commit is contained in:
parent
ebd709d4cb
commit
b193159441
|
|
@ -46,9 +46,9 @@ final class MonotoneChain
|
||||||
public static function createConvexHull(array $points) : array
|
public static function createConvexHull(array $points) : array
|
||||||
{
|
{
|
||||||
if (($n = \count($points)) < 2) {
|
if (($n = \count($points)) < 2) {
|
||||||
return $points;
|
return $points;
|
||||||
}
|
}
|
||||||
|
|
||||||
\uasort($points, [self::class, 'sort']);
|
\uasort($points, [self::class, 'sort']);
|
||||||
|
|
||||||
$k = 0;
|
$k = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user