Reformat imports properly
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m43s
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m43s
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
use std::cmp::{self, max};
|
||||
|
||||
use futures::StreamExt;
|
||||
use ratatui::{
|
||||
Frame,
|
||||
layout::{Constraint, Flex, Layout, Position, Rect},
|
||||
style::{Style, Stylize as _},
|
||||
text::{Line, Span, Text},
|
||||
widgets::{
|
||||
Block, BorderType, Cell, Clear, HighlightSpacing, Paragraph, Row, Table, TableState,
|
||||
},
|
||||
use ratatui::Frame;
|
||||
use ratatui::layout::{Constraint, Flex, Layout, Position, Rect};
|
||||
use ratatui::style::{Style, Stylize as _};
|
||||
use ratatui::text::{Line, Span, Text};
|
||||
use ratatui::widgets::{
|
||||
Block, BorderType, Cell, Clear, HighlightSpacing, Paragraph, Row, Table, TableState,
|
||||
};
|
||||
use unicode_width::UnicodeWidthStr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user