Automated formatting changes

This commit is contained in:
Formatter Bot 2020-06-05 07:52:31 +00:00
parent ebd709d4cb
commit b193159441

View File

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