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
+1 -2
View File
@@ -53,8 +53,7 @@ impl<'a, 'b> KeyEventHandler<'a, 'b, ActiveSonarrBlock> for SonarrHandler<'a, 'b
HistoryHandler::new(self.key, self.app, self.active_sonarr_block, self.context).handle()
}
_ if RootFoldersHandler::accepts(self.active_sonarr_block) => {
RootFoldersHandler::new(self.key, self.app, self.active_sonarr_block, self.context)
.handle()
RootFoldersHandler::new(self.key, self.app, self.active_sonarr_block, self.context).handle()
}
_ if IndexersHandler::accepts(self.active_sonarr_block) => {
IndexersHandler::new(self.key, self.app, self.active_sonarr_block, self.context).handle()