trimmed whitespace

This commit is contained in:
Adam Nemecek 2020-02-27 08:13:14 -08:00
parent 060241e4d0
commit 3d39c5e9b7
20 changed files with 43 additions and 44 deletions

View File

@ -218,5 +218,4 @@ impl FlatPathBuilder for OutlinePathBuilder {
let point = self.current_contour.position_of(point_index);
Point2D::new(point.x(), point.y())
}
}
}