mirror of
https://github.com/nikolassv/bartib
synced 2024-11-10 14:14:12 +00:00
format code
This commit is contained in:
parent
308bb131f7
commit
e5bcf65d66
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
use anyhow::{bail, Context, Result};
|
||||
use chrono::{Datelike, Duration, Local, NaiveDate, NaiveTime};
|
||||
use clap::{App, AppSettings, Arg, ArgMatches, SubCommand, crate_version};
|
||||
use clap::{crate_version, App, AppSettings, Arg, ArgMatches, SubCommand};
|
||||
|
||||
use bartib::data::getter::ActivityFilter;
|
||||
#[cfg(windows)]
|
||||
|
|
Loading…
Reference in a new issue