Skip to content

Commit

Permalink
style: lint fix in variables.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jul 1, 2024
1 parent 4dccdf2 commit aefa62b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/desktop/src/providers/komorebi/variables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ impl From<Layout> for KomorebiLayout {
KomorebiLayout::UltrawideVerticalStack
}
DefaultLayout::Grid => KomorebiLayout::Grid,
DefaultLayout::RightMainVerticalStack => KomorebiLayout::RightMainVerticalStack,
DefaultLayout::RightMainVerticalStack => {
KomorebiLayout::RightMainVerticalStack
}
},
_ => KomorebiLayout::Custom,
}
Expand Down

0 comments on commit aefa62b

Please sign in to comment.