From af396bf58a4d71b9b9e8f280c108bfe17cc20427 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Sat, 23 Apr 2016 09:56:47 +0200 Subject: [PATCH] cleanup calculate layers intersections --- src/sliceActions/calculateLayersIntersections.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/sliceActions/calculateLayersIntersections.js b/src/sliceActions/calculateLayersIntersections.js index c3fb5af..c21578d 100644 --- a/src/sliceActions/calculateLayersIntersections.js +++ b/src/sliceActions/calculateLayersIntersections.js @@ -43,8 +43,5 @@ export default function calculateLayersIntersections(lines, settings) { } } - return { - layerIntersectionIndexes, - layerIntersectionPoints - }; + return { layerIntersectionIndexes, layerIntersectionPoints }; }