Skip to content

Commit

Permalink
refactor(core): clean code
Browse files Browse the repository at this point in the history
Signed-off-by: Haobo Gu <[email protected]>
  • Loading branch information
HaoboGu committed Feb 20, 2024
1 parent 749b87b commit baa138c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rmk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,5 @@ pub async fn initialize_keyboard_and_run<
keymap,
keyboard_config,
)
.await;

panic!("Keyboard service is died")
.await
}

0 comments on commit baa138c

Please sign in to comment.