Fix fmt error

This commit is contained in:
Steve Myers 2022-07-26 12:36:07 -07:00
parent 1a12f37a2f
commit 6d53cbeb25
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -1,8 +1,8 @@
use camino::Utf8Path;
use std::fmt; use std::fmt;
use std::path::{Path, PathBuf}; use std::path::{Path, PathBuf};
use std::str::FromStr; use std::str::FromStr;
use structopt::StructOpt; use structopt::StructOpt;
use camino::Utf8Path;
#[derive(Debug, PartialEq)] #[derive(Debug, PartialEq)]
pub enum Language { pub enum Language {