This commit is contained in:
2023-05-27 23:20:47 +02:00
parent 309aec11e5
commit a12ed6a1b9

View File

@@ -295,7 +295,7 @@ impl Format for Book {
let annotations = match self.annotation_exists { let annotations = match self.annotation_exists {
true => { true => {
let Book { id, .. } = self; let Book { id, .. } = self;
format!("📝 Аннотация: /b_an_{id}\n\n") format!("📝 Аннотация: /b_an_{id}\n")
} }
false => "".to_string(), false => "".to_string(),
}; };