Skip to content

Commit

Permalink
fix rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rinkimekari committed Dec 18, 2021
1 parent c891286 commit d30c5cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/penrose_keysyms/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2732,7 +2732,6 @@ impl XKeySym {
XKeySym::XF86XK_AudioMicMute => 0x1008FF18,
XKeySym::XF86XK_DisplayOff => 0x1008FF19,
XKeySym::XF86XK_TouchpadToggle => 0x1008FF1A,

} as u32)
.to_le_bytes()
.to_vec()
Expand Down

0 comments on commit d30c5cd

Please sign in to comment.