Apply cargo fmt

This commit is contained in:
James 2022-08-23 14:31:41 +01:00 committed by Abin Simon
parent c22498e9e8
commit 1db99de984

View file

@ -5,9 +5,9 @@
clippy::cast_possible_wrap
)]
extern crate clap;
extern crate chrono;
extern crate chrono_humanize;
extern crate clap;
extern crate dirs;
extern crate libc;
extern crate lscolors;