Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Jul 23, 2024
1 parent 0c92d6a commit afe2893
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ui/key_menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ impl PowerControl {
}

impl KeyMenuWidget {
pub fn new(power_config: PowerControlConfig, switcher_config: SwitcherConfig, system_shell: String) -> Self {
pub fn new(
power_config: PowerControlConfig,
switcher_config: SwitcherConfig,
system_shell: String
) -> Self {
Self {
power_config,
switcher_config,
Expand Down

0 comments on commit afe2893

Please sign in to comment.