diff --git a/packages/desktop/src/providers/komorebi/variables.rs b/packages/desktop/src/providers/komorebi/variables.rs index 53d81a06..79be4e8e 100644 --- a/packages/desktop/src/providers/komorebi/variables.rs +++ b/packages/desktop/src/providers/komorebi/variables.rs @@ -79,7 +79,9 @@ impl From for KomorebiLayout { KomorebiLayout::UltrawideVerticalStack } DefaultLayout::Grid => KomorebiLayout::Grid, - DefaultLayout::RightMainVerticalStack => KomorebiLayout::RightMainVerticalStack, + DefaultLayout::RightMainVerticalStack => { + KomorebiLayout::RightMainVerticalStack + } }, _ => KomorebiLayout::Custom, }