Remove blank line if layer::mesh in iced_graphics

This commit is contained in:
Héctor Ramón Jiménez 2022-11-03 05:23:43 +01:00
parent 610dae4877
commit 0b806235f6
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -1,5 +1,4 @@
//! A collection of triangle primitives.
use crate::gradient::Gradient;
use crate::{triangle, Color, Point, Rectangle};