fix: cargo fmt 🐛

This commit is contained in:
Dheepak Krishnamurthy 2023-05-30 11:47:41 -04:00
parent 3548fdcf78
commit 594d982bc9
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ use std::{error::Error, io};
use tui::{
layout::{Constraint, Corner, Direction, Layout},
style::{Color, Modifier, Style},
text::{Span, Line},
text::{Line, Span},
widgets::{Block, Borders, List, ListItem, ListState},
Terminal,
};