Skip to content

Commit 8999845

Browse files
CHiPs44thejpster
authored andcommitted
cargo fmt -- --check: 2 spurious spaces removed
1 parent 79b7b3c commit 8999845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/azerty.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use crate::{DecodedKey, HandleControl, KeyCode, KeyboardLayout, Modifiers};
77
/// The top row spells `AZERTY`.
88
///
99
/// Has a 2-row high Enter key, with Oem5 next to the left shift (ISO format).
10-
///
10+
///
1111
/// NB: no "dead key" support for now
1212
pub struct Azerty;
1313

@@ -436,7 +436,7 @@ impl KeyboardLayout for Azerty {
436436
}
437437
}
438438
KeyCode::V => {
439-
// NB: ' ' & ← can be done with AltGr (+ Shift), but '' is Unicode NARROW UNBREAKABLE SPACE
439+
// NB: ' ' & ← can be done with AltGr (+ Shift), but '' is Unicode NARROW UNBREAKABLE SPACE
440440
// and ← is 0x1B with 437 and 850 code pages
441441
if map_to_unicode && modifiers.is_ctrl() {
442442
DecodedKey::Unicode('\u{0016}')

0 commit comments

Comments
 (0)