Linter changes

This commit is contained in:
Neshura 2023-12-17 20:35:37 +01:00
parent 079e9f5e11
commit 40e142ccc7
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
6 changed files with 29 additions and 56 deletions
src/post_history

View file

@ -56,7 +56,7 @@ impl SeriesHistory {
return part_info.volume == title || part_info.chapter == title
}
}
return false
false
}
pub(crate) fn get_series(&self, series: &str) -> PostHistory {