mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
Autoformat changes
This commit is contained in:
parent
5aa9765bf6
commit
e240ac1f9e
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
use std::collections::HashMap;
|
||||
use std::process::Command;
|
||||
use std::str;
|
||||
use std::collections::HashMap;
|
||||
use tui::style::Color;
|
||||
|
||||
#[derive(Debug,Clone,Copy)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct TColor {
|
||||
pub fg: Color,
|
||||
pub bg: Color,
|
||||
|
@ -182,7 +182,7 @@ impl TColorConfig {
|
|||
if line.starts_with(&attr) {
|
||||
color_collection.insert(
|
||||
attribute.to_string(),
|
||||
get_tcolor(line.trim_start_matches(&attr).trim_start_matches(" "))
|
||||
get_tcolor(line.trim_start_matches(&attr).trim_start_matches(" ")),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue