Skip to content

Commit 9e0af87

Browse files
committed
Cargo fmt
1 parent ad56b5e commit 9e0af87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/hotkey.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl Hotkey {
9191
}
9292

9393
/// Identical to [`new`](Self::new) but assumes inputs are valid.
94-
///
94+
///
9595
/// # Safety
9696
/// The key has to be non-zero.
9797
#[must_use]
@@ -140,7 +140,7 @@ impl Hotkey {
140140
}
141141

142142
/// Identical to [`from_raw`](Self::from_raw) but assumes input is valid.
143-
///
143+
///
144144
/// # Safety
145145
/// The key low byte of the word has to be non-zero and the high byte has to contain only valid modifier flags.
146146
#[must_use]

0 commit comments

Comments
 (0)