From 6e24f9d47bc4bfa6b956e237d3a024b0c26e7980 Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sun, 23 Feb 2020 15:46:30 +0100 Subject: [PATCH] style: run cargo fmt --- tests/paragraph.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.";