chore: format fd96f28e
Steve · 2026-05-06 21:52 1 file(s) · +4 −1
src/main.rs +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),