Skip to content

Commit

Permalink
Merge pull request #144 from hannobraun/error-message
Browse files Browse the repository at this point in the history
Add missing space to error message
  • Loading branch information
hannobraun authored Feb 7, 2022
2 parents 0c467cd + 770d9d4 commit f9d2178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub fn triangulate(points: Vec<SurfacePoint>) -> Vec<[SurfacePoint; 3]> {
Orientation::Cw => [v0, v2, v1],
Orientation::None => {
panic!(
"Triangle returned from triangulation isn't actually a\
"Triangle returned from triangulation isn't actually a \
triangle"
);
}
Expand Down

0 comments on commit f9d2178

Please sign in to comment.