Skip to content

Commit

Permalink
Linting the test shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
richterb committed Aug 1, 2022
1 parent 4ab0329 commit 61f66d8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/visualizations-react/stories/Map/shapes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,8 @@ export const multiPolygonShapes = {
[3.123251580425716, 50.78036326761452],
[3.588184441755715, 50.37899241800358],
],
], [
],
[
[
[9.560016310269134, 42.15249197037957],
[9.229752231491773, 41.38000682226445],
Expand All @@ -636,8 +637,8 @@ export const multiPolygonShapes = {
[8.746009148807588, 42.62812185319396],
[9.390000848028905, 43.00998484961474],
[9.560016310269134, 42.15249197037957],
]
]
],
],
],
type: 'MultiPolygon',
},
Expand Down Expand Up @@ -1126,4 +1127,4 @@ export const multiPolygonShapes = {
},
],
},
};
};

0 comments on commit 61f66d8

Please sign in to comment.