cargo fmt

This commit is contained in:
Richard Feldman 2020-04-18 16:38:47 -04:00
parent c9ef2deb80
commit 088df46a76

View File

@ -83,7 +83,6 @@ fn main() -> io::Result<()> {
}
}
pub fn build(matches: &ArgMatches, run_after_build: bool) -> io::Result<()> {
let filename = matches.value_of(FLAG_ROC_FILE).unwrap();
let opt_level = if matches.is_present(FLAG_OPTIMIZE) {