Skip to content

Commit faf4840

Browse files
committed
Fix Lint
1 parent ba81778 commit faf4840

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

editor/src/messages/tool/common_functionality/utility_functions.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ pub fn is_visible_point(
205205
}
206206
}
207207

208-
209208
/// Function to find the bounding box of bezier (uses method from kurbo)
210209
pub fn calculate_bezier_bbox(bezier: Bezier) -> [DVec2; 2] {
211210
let start = Point::new(bezier.start.x, bezier.start.y);
@@ -268,7 +267,7 @@ pub fn is_intersecting(bezier: Bezier, quad: [DVec2; 2], transform: DAffine2) ->
268267
}
269268
}
270269
is_intersecting
271-
}
270+
}
272271

273272
pub fn resize_bounds(
274273
document: &DocumentMessageHandler,

0 commit comments

Comments
 (0)