eval: Fix rustfmt

This commit is contained in:
Zhaofeng Li 2022-10-29 02:24:55 -06:00
parent f6c13a20c3
commit 2efa8d26c1

View file

@ -1,6 +1,6 @@
use std::path::PathBuf; 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::error::ColmenaError;
use crate::util; use crate::util;