Skip to content

Commit 8f7b63d

Browse files
committed
format
1 parent 2b59546 commit 8f7b63d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src-tauri/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ fn show_main_window(app: &AppHandle) {
110110

111111
fn initialize_core_logic(app_handle: &AppHandle) {
112112
// Initialize the input state (Enigo singleton for keyboard/mouse simulation)
113-
let enigo_state =
114-
input::EnigoState::new().expect("Failed to initialize input state (Enigo)");
113+
let enigo_state = input::EnigoState::new().expect("Failed to initialize input state (Enigo)");
115114
app_handle.manage(enigo_state);
116115

117116
// Initialize the managers

0 commit comments

Comments
 (0)