cargo fmt

This commit is contained in:
Ashley Wulber 2025-02-28 11:27:52 -05:00 committed by Ashley Wulber
parent 4ce388b115
commit a2c4268eb9
5 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ use cosmic::{
Length, Limits, Subscription,
},
iced_core::{Background, Border},
surface_message::{SurfaceMessage, MessageWrapper},
surface_message::{MessageWrapper, SurfaceMessage},
widget::{autosize, container, horizontal_space, vertical_space, Id},
Element, Task, Theme,
};