chore: format
fd96f28e
1 file(s) · +4 −1
| 285 | 285 | Span::styled(item.date.clone(), dim), |
|
| 286 | 286 | ])]; |
|
| 287 | 287 | for wrapped in textwrap::wrap(&item.title, title_width.max(1)) { |
|
| 288 | - | lines.push(Line::from(vec![Span::raw(bar), Span::raw(wrapped.into_owned())])); |
|
| 288 | + | lines.push(Line::from(vec![ |
|
| 289 | + | Span::raw(bar), |
|
| 290 | + | Span::raw(wrapped.into_owned()), |
|
| 291 | + | ])); |
|
| 289 | 292 | } |
|
| 290 | 293 | lines.push(Line::from(vec![ |
|
| 291 | 294 | Span::raw(bar), |