Skip to content

Commit 122ad17

Browse files
mytdragongenusistimelord
authored andcommitted
Fix fmt check
1 parent befd60d commit 122ad17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/widget/tab_bar.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ use iced::{
2121
text::{self, LineHeight, Wrapping},
2222
Column, Row, Text,
2323
},
24-
window, Alignment, Background, Border, Color, Element, Event, Font, Length, Padding, Pixels, Point,
25-
Rectangle, Shadow, Size,
24+
window, Alignment, Background, Border, Color, Element, Event, Font, Length, Padding, Pixels,
25+
Point, Rectangle, Shadow, Size,
2626
};
2727

2828
use std::marker::PhantomData;

0 commit comments

Comments
 (0)