Merge pull request #272 from adamnemecek/master

trimmed whitespace
This commit is contained in:
Patrick Walton 2020-02-27 09:04:21 -08:00 committed by GitHub
commit 59783ad457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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())
}
}
}