mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-15 03:28:41 +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
|
||||
{
|
||||
if (($n = \count($points)) < 2) {
|
||||
return $points;
|
||||
return $points;
|
||||
}
|
||||
|
||||
|
||||
\uasort($points, [self::class, 'sort']);
|
||||
|
||||
$k = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user