Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jagprog5 committed Feb 18, 2025
1 parent 76a697e commit e7f0184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ fn clipping_rect_intersect_rect() {
ClippingRect::Some(Rect::new(0, 0, 10, 10)).intersect_rect(Rect::new(20, 20, 1, 1)),
ClippingRect::Zero
);
}
}

0 comments on commit e7f0184

Please sign in to comment.