chore: add rustfmt config
This commit is contained in:
parent
9abc4d483b
commit
9c2a86a8f4
98 changed files with 419 additions and 540 deletions
|
|
@ -1,8 +1,5 @@
|
|||
use crate::{
|
||||
Element,
|
||||
iced::{Length, Pixels},
|
||||
style, theme, widget,
|
||||
};
|
||||
use crate::iced::{Length, Pixels};
|
||||
use crate::{Element, style, theme, widget};
|
||||
use std::borrow::Cow;
|
||||
|
||||
pub fn dialog<'a, Message>() -> Dialog<'a, Message> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue