chore: add rustfmt config
This commit is contained in:
parent
9abc4d483b
commit
9c2a86a8f4
98 changed files with 419 additions and 540 deletions
|
|
@ -3,13 +3,10 @@
|
|||
|
||||
//! A control for incremental adjustments of a value.
|
||||
|
||||
use crate::{
|
||||
Element, theme,
|
||||
widget::{button, column, container, icon, row, text},
|
||||
};
|
||||
use crate::widget::{button, column, container, icon, row, text};
|
||||
use crate::{Element, theme};
|
||||
use apply::Apply;
|
||||
use iced::{Alignment, Length};
|
||||
use iced::{Border, Shadow};
|
||||
use iced::{Alignment, Border, Length, Shadow};
|
||||
use std::borrow::Cow;
|
||||
use std::ops::{Add, Sub};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue