Skip to content

Commit 952ea17

Browse files
author
Stephan Dilly
committed
cleanup
1 parent 53e4533 commit 952ea17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,6 @@ impl App {
485485
})
486486
.collect::<Vec<_>>();
487487

488-
// let paragraph =
489-
// Paragraph::new(texts.iter().intersperse(&splitter))
490-
// .alignment(Alignment::Left);
491488
f.render_widget(
492489
Paragraph::new(texts.iter().intersperse(&splitter))
493490
.alignment(Alignment::Left),

0 commit comments

Comments
 (0)