Skip to content

Commit

Permalink
cs: Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
veryard committed Nov 5, 2024
1 parent dbb7aa4 commit eafca9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/desktop/src/widget_factory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ use window_vibrancy::apply_vibrancy;
use crate::{
common::{parse_rgba, PathExt, WindowExt},
config::{
AnchorPoint, Config, MacOsBackgroundEffect, VibrancyMaterial, WidgetConfig, WidgetPlacement, WindowsBackgroundEffect, ZOrder
AnchorPoint, Config, MacOsBackgroundEffect, VibrancyMaterial,
WidgetConfig, WidgetPlacement, WindowsBackgroundEffect, ZOrder,
},
monitor_state::MonitorState,
};
Expand Down

0 comments on commit eafca9e

Please sign in to comment.