Skip to content

Commit ae7bd4e

Browse files
smnandreKocal
andauthored
Apply suggestion from @Kocal
Co-authored-by: Hugo Alliaume <[email protected]>
1 parent d5d8934 commit ae7bd4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Map/tests/Cluster/ClusteringPerformanceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public function testScenarioCountry50000(ClusteringAlgorithmInterface $algorithm
7979
public function testScenarioWorld100000(ClusteringAlgorithmInterface $algorithm, float $zoom): void
8080
{
8181
$points = $this->generatePoints(100000, -90, 90, -180, 180);
82+
8283
$this->runPerformanceTest($algorithm, $points, $zoom);
8384
}
8485

0 commit comments

Comments
 (0)