Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Jan 15, 2025
1 parent 5030d66 commit 22ad614
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/backends/winit/winitwindowadapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,9 +653,7 @@ impl WinitWindowAdapter {
window_inner
.context()
.spawn_local(async move {
if let Err(err) =
crate::xdg_color_scheme::watch(self_weak).await
{
if let Err(err) = crate::xdg_color_scheme::watch(self_weak).await {
i_slint_core::debug_log!("Error watching for xdg color schemes: {}", err);
}
})
Expand Down

0 comments on commit 22ad614

Please sign in to comment.