Skip to content

Commit 350d78f

Browse files
committed
fix: format
1 parent 01fea8c commit 350d78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iced_layershell/src/actions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub(crate) enum LayerShellAction {
1818
RedrawWindow(LayerId), // maybe one day it is useful, but now useless
1919
NewMenu(IcedNewPopupSettings, iced_core::window::Id),
2020
Ime(input_method::InputMethod),
21-
ImeWithId(LayerId, input_method::InputMethod)
21+
ImeWithId(LayerId, input_method::InputMethod),
2222
}
2323

2424
#[derive(Debug, PartialEq, Eq, Clone, Copy)]

0 commit comments

Comments
 (0)