fix format

This commit is contained in:
chiehw
2023-03-20 10:13:06 +08:00
parent 6ffa2cacb1
commit 44560b687e
3 changed files with 17 additions and 13 deletions

View File

@@ -17,7 +17,6 @@ pub mod delegate;
#[cfg(target_os = "linux")]
pub mod linux;
use crate::input_service::clear_remapped_keycode;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
use hbb_common::{message_proto::CursorData, ResultType};
#[cfg(not(target_os = "macos"))]
@@ -44,7 +43,7 @@ pub fn is_xfce() -> bool {
pub fn breakdown_callback() {
#[cfg(target_os = "linux")]
clear_remapped_keycode()
crate::input_service::clear_remapped_keycode()
}
// Android