cleanup calculate layers intersections

This commit is contained in:
casperlamboo 2016-04-23 09:56:47 +02:00
parent 7042ebf588
commit 626867e554

View File

@ -43,8 +43,5 @@ export default function calculateLayersIntersections(lines, settings) {
}
}
return {
layerIntersectionIndexes,
layerIntersectionPoints
};
return { layerIntersectionIndexes, layerIntersectionPoints };
}