Skip to content

Commit

Permalink
Fix build break in events.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed May 4, 2024
1 parent 6d20946 commit 714b9ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,6 @@ impl Display for ModifierKeyCode {
///
/// On other platforms, the super key is referred to as "Super".
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
#[cfg(target_os = "macos")]
match self {
ModifierKeyCode::LeftShift => write!(f, "Left Shift"),
ModifierKeyCode::LeftHyper => write!(f, "Left Hyper"),
Expand Down

0 comments on commit 714b9ac

Please sign in to comment.