mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-12 22:17:07 +00:00
fmt
This commit is contained in:
parent
849e7cea87
commit
2157b81944
1 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue