Reformat with the 2024 rustfmt style edition
This commit is contained in:
parent
debd3795e9
commit
dfc22b0008
19 changed files with 32 additions and 33 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use image::RgbaImage;
|
||||
use palette::{blend::Compose, Srgba};
|
||||
use palette::{Srgba, blend::Compose};
|
||||
|
||||
use crate::{color, Rect, Vec2};
|
||||
use crate::{Rect, Vec2, color};
|
||||
|
||||
pub struct View<'a> {
|
||||
area: Rect,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue