Skip to content

Commit 1b826c4

Browse files
committed
Remove unnecessary blank line in FeatureWrapper class
1 parent 3b9e807 commit 1b826c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/geojson_wrapper.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export interface GeoJSONOptions {
1212

1313
class FeatureWrapper implements VectorTileFeatureLike {
1414
feature: Feature;
15-
1615
type: VectorTileFeatureLike['type'];
1716
properties: VectorTileFeatureLike['properties'];
1817
id: VectorTileFeatureLike['id'];

0 commit comments

Comments
 (0)