Skip to content

Commit c7fc3a8

Browse files
committed
Whitespace change in @turf/difference should rebuild/test difference and @turf/turf
1 parent 5030793 commit c7fc3a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/turf-difference/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ function difference(
5252
const properties = features.features[0].properties || {};
5353

5454
const differenced = polygonClipping.difference(geoms[0], ...geoms.slice(1));
55+
5556
if (differenced.length === 0) return null;
5657
if (differenced.length === 1) return polygon(differenced[0], properties);
5758
return multiPolygon(differenced, properties);

0 commit comments

Comments
 (0)