diff --git a/tests/paragraph.rs b/tests/paragraph.rs index b4ef4e12..220ebaa7 100644 --- a/tests/paragraph.rs +++ b/tests/paragraph.rs @@ -4,8 +4,7 @@ use tui::layout::Alignment; use tui::widgets::{Block, Borders, Paragraph, Text, Widget}; use tui::Terminal; -const SAMPLE_STRING: &str = - "The library is based on the principle of immediate rendering with \ +const SAMPLE_STRING: &str = "The library is based on the principle of immediate rendering with \ intermediate buffers. This means that at each new frame you should build all widgets that are \ supposed to be part of the UI. While providing a great flexibility for rich and \ interactive UI, this may introduce overhead for highly dynamic content.";