Skip to content

Commit 410b849

Browse files
committed
#235 fix
1 parent c0735e1 commit 410b849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onefetch/language.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ use {
33
colored::Color,
44
regex::Regex,
55
std::collections::HashMap,
6-
strum::{EnumIter, EnumString, IntoStaticStr},
76
std::env,
7+
strum::{EnumIter, EnumString, IntoStaticStr},
88
};
99

1010
pub struct Colors {

0 commit comments

Comments
 (0)