else on one line

This commit is contained in:
casperlamboo 2016-04-22 21:15:33 +02:00 committed by Simon Voordouw
parent 3ea0d33610
commit d33ab23ddf

View File

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