mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 20:53:19 +00:00
style: run cargo fmt
This commit is contained in:
parent
92ab09496a
commit
6e24f9d47b
1 changed files with 1 additions and 2 deletions
|
@ -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.";
|
||||
|
|
Loading…
Reference in a new issue