Fixed rustfmt issues

This commit is contained in:
2024-10-30 15:43:53 -06:00
parent ce45d9d803
commit 946d02102c
4 changed files with 45 additions and 27 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ fn decorate_with_row_style<'a>(
if !movie.monitored {
return row.unmonitored_missing();
}
if movie.status != "released" {
return row.unreleased();
}