Skip to content

Commit

Permalink
chore: do format
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Jul 31, 2024
1 parent b0709a5 commit 0c5408d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions iced_layershell/src/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ pub enum LayershellCustomActions {
AnchorChange(Anchor),
LayerChange(Layer),
SizeChange((u32, u32)),
VirtualKeyboardPressed {
time: u32,
key: u32,
},
VirtualKeyboardPressed { time: u32, key: u32 },
}

#[derive(Debug, Clone, Copy)]
Expand Down

0 comments on commit 0c5408d

Please sign in to comment.