forked from DGNum/colmena
eval: Fix rustfmt
This commit is contained in:
parent
f6c13a20c3
commit
2efa8d26c1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::path::PathBuf;
|
||||
|
||||
use clap::{Arg, ArgMatches, Command as ClapCommand, value_parser};
|
||||
use clap::{value_parser, Arg, ArgMatches, Command as ClapCommand};
|
||||
|
||||
use crate::error::ColmenaError;
|
||||
use crate::util;
|
||||
|
|
Loading…
Reference in a new issue