mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
fix: cargo fmt 🐛
This commit is contained in:
parent
3548fdcf78
commit
594d982bc9
4 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue