remove line break

This commit is contained in:
casperlamboo 2016-05-06 19:46:56 +02:00 committed by Simon Voordouw
parent c2c432a6fe
commit 8785b1baee

View File

@ -56,7 +56,6 @@ export default function generateInfills(slices, settings) {
}
highFillArea = highFillArea.intersect(fillArea);
lowFillArea = fillArea.difference(highFillArea);
} else {
highFillArea = fillArea;