Skip to content

Commit

Permalink
Removing trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere authored Oct 27, 2017
1 parent 7c2816f commit 55137ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/turf-line-chunk/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function sliceLineSegments(line, segmentLength, units, callback) {
if (!Number.isInteger(numberOfSegments)) {
numberOfSegments = Math.floor(numberOfSegments) + 1;
}

for (var i = 0; i < numberOfSegments; i++) {
var outline = lineSliceAlong(line, segmentLength * i, segmentLength * (i + 1), {units: units});
callback(outline, i);
Expand Down

0 comments on commit 55137ce

Please sign in to comment.