mirror of
https://github.com/touchHLE/rust-sdl2.git
synced 2026-01-31 01:25:23 +01:00
fix fmt
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user