Skip to content

Commit 724adb1

Browse files
Formatting
1 parent 4f53147 commit 724adb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1472,7 +1472,7 @@ impl AppState for MyApp {
14721472
} => {
14731473
if let Some(key) = key {
14741474
self.sender.send(AppEvent::KeyDown(key.clone())).unwrap();
1475-
}
1475+
}
14761476
}
14771477
_ => {}
14781478
}

0 commit comments

Comments
 (0)