chore: add rustfmt config
This commit is contained in:
parent
9abc4d483b
commit
9c2a86a8f4
98 changed files with 419 additions and 540 deletions
|
|
@ -2,10 +2,8 @@ use std::collections::HashMap;
|
|||
|
||||
use apply::Apply;
|
||||
|
||||
use crate::{
|
||||
Core, Element,
|
||||
widget::{button, icon, responsive_container},
|
||||
};
|
||||
use crate::widget::{button, icon, responsive_container};
|
||||
use crate::{Core, Element};
|
||||
|
||||
use super::menu::{self, ItemHeight, ItemWidth};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue