This commit is contained in:
2023-05-28 03:11:11 +02:00
parent 3bb756a3b0
commit ff4be1318d

View File

@@ -347,7 +347,7 @@ impl Format for Book {
let pages_count = match self.pages {
Some(1) | None => "".to_string(),
Some(v) => format!(" [ {v}с. ]\n\n"),
Some(v) => format!(" [ {v}с. ]\n"),
};
format!("📖 {title} | {lang}{pages_count}\n")