mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
fix: cargo fmt
This commit is contained in:
parent
ab54feeccd
commit
d870b62cb0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
use anyhow::Result;
|
||||
use chrono::{Datelike, Local, NaiveDate, NaiveDateTime, TimeZone, DateTime};
|
||||
use chrono::{DateTime, Datelike, Local, NaiveDate, NaiveDateTime, TimeZone};
|
||||
use itertools::join;
|
||||
use std::error::Error;
|
||||
use std::process::Command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue