fix: Addressed rustfmt complaints

This commit is contained in:
2025-01-18 15:33:56 -07:00
parent 81cb7a750c
commit b757d66d7a
11 changed files with 20 additions and 44 deletions
@@ -825,8 +825,7 @@ mod tests {
app.push_navigation_stack(ActiveSonarrBlock::System.into());
app.push_navigation_stack(ActiveSonarrBlock::SystemUpdates.into());
SystemDetailsHandler::new(ESC_KEY, &mut app, ActiveSonarrBlock::SystemUpdates, None)
.handle();
SystemDetailsHandler::new(ESC_KEY, &mut app, ActiveSonarrBlock::SystemUpdates, None).handle();
assert_eq!(app.get_current_route(), ActiveSonarrBlock::System.into());
}