Format Rust code using rustfmt
This commit is contained in:
parent
3b4b711b80
commit
3aa41e13cb
1 changed files with 1 additions and 2 deletions
|
@ -265,8 +265,7 @@ impl EventReader {
|
|||
let switcher: Key = self.settings.layout_switcher;
|
||||
let mut stream = self.stream.lock().await;
|
||||
let mut pen_events: Vec<InputEvent> = Vec::new();
|
||||
let is_tablet: bool =
|
||||
stream
|
||||
let is_tablet: bool = stream
|
||||
.device()
|
||||
.supported_keys()
|
||||
.unwrap_or(&evdev::AttributeSet::new())
|
||||
|
|
Loading…
Add table
Reference in a new issue