mirror of
https://github.com/lsd-rs/lsd
synced 2025-01-18 22:43:59 +00:00
Apply cargo fmt
This commit is contained in:
parent
c22498e9e8
commit
1db99de984
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue