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
+2 -2
View File
@@ -1488,7 +1488,7 @@ impl WindowManager {
if matches!(workspace.layout(), Layout::Default(DefaultLayout::Grid)) {
tracing::debug!("ignoring promote command for grid layout");
return Ok(())
return Ok(());
}
tracing::info!("promoting container");
@@ -1505,7 +1505,7 @@ impl WindowManager {
if matches!(workspace.layout(), Layout::Default(DefaultLayout::Grid)) {
tracing::info!("ignoring promote focus command for grid layout");
return Ok(())
return Ok(());
}
tracing::info!("promoting focus");