Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-h committed Jul 11, 2022
1 parent ee3ac07 commit 0f9d018
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/benchmark/benchmark.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// const point = {type: 'Point', coordinates: [1.5, 1.5]}
// const geojsonPoly = {type: 'Polygon', coordinates: polywrapped}


// insideSuite
// .add('point-in-poly-hao', () {
// pipHao([1.5, 1.5], polywrapped)
Expand Down Expand Up @@ -43,7 +42,6 @@
// const mainSwissRing = switzCoords[0]
// const point2 = {type: 'Point', coordinates: [8, 46.5]}


// largePolySuite
// .add('point-in-poly-hao', () {
// pipHao([8, 46.5], switzCoords)
Expand All @@ -64,4 +62,3 @@
// console.log('Fastest is ' + this.filter('fastest').map('name'));
// })
// .run()

0 comments on commit 0f9d018

Please sign in to comment.