fix(style): Addressed linter complaints on formatting

This commit is contained in:
2024-12-13 19:48:22 -07:00
parent 682bc91855
commit 412cb2408e
51 changed files with 343 additions and 259 deletions
+2 -2
View File
@@ -37,10 +37,10 @@ mod tests {
match self.active_radarr_block {
ActiveRadarrBlock::MovieDetails => {
self.handle_movies_table_events(minimal_movie_table_handling_config);
}
}
_ => {
self.handle_movies_table_events(movie_table_handling_config);
},
}
}
}