Skip to content

Commit 253c53c

Browse files
committed
Format -_-
1 parent ee337c3 commit 253c53c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/tile/elm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ pub fn view(tile: &Tile, wid: window::Id) -> Element<'_, Message> {
118118
Page::ClipboardHistory => {
119119
let mut clipboard_history = Column::new();
120120
for result in &tile.clipboard_content {
121-
clipboard_history =
122-
clipboard_history.push(result.render_clipboard_item(tile.config.theme.clone()));
121+
clipboard_history = clipboard_history
122+
.push(result.render_clipboard_item(tile.config.theme.clone()));
123123
}
124124
let scrollable = Scrollable::with_direction(clipboard_history, scrollbar_direction);
125125
Column::new().push(title_input).push(scrollable).into()

0 commit comments

Comments
 (0)