Fix fmt error
This commit is contained in:
parent
1a12f37a2f
commit
6d53cbeb25
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user