diff --git a/apps/desktop/src-tauri/src/windows.rs b/apps/desktop/src-tauri/src/windows.rs index 2ce66cae..d0c6260f 100644 --- a/apps/desktop/src-tauri/src/windows.rs +++ b/apps/desktop/src-tauri/src/windows.rs @@ -417,7 +417,8 @@ pub fn position_traffic_lights(window: tauri::Window, controls_inset: Option<(f6 .ns_window() .expect("Failed to get native window handle"), ), - &controls_inset.map(LogicalPosition::from) + &controls_inset + .map(LogicalPosition::from) .unwrap_or(DEFAULT_TRAFFIC_LIGHTS_INSET), ); })