refactor(clippy): apply various lint fixes and recs

This commit is contained in:
LGUG2Z
2024-02-25 13:33:44 -08:00
parent 0581950b21
commit fd57d32bb5
4 changed files with 98 additions and 22 deletions

View File

@@ -150,7 +150,7 @@ impl DefaultLayout {
Self::VerticalStack => Self::Rows,
Self::Rows => Self::Columns,
Self::Columns => Self::Grid,
Self::Grid => Self::BSP
Self::Grid => Self::BSP,
}
}
}