Skip to content

Commit e4d516f

Browse files
committed
fix linter style warning
1 parent a520658 commit e4d516f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/code2prompt/src/token_map.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
use lscolors::{Indicator, LsColors};
1+
#[cfg(windows)]
22
use log::error;
3+
use lscolors::{Indicator, LsColors};
34
use serde::Deserialize;
45
use std::cmp::Ordering;
56
use std::collections::{BTreeMap, BinaryHeap, HashMap};

0 commit comments

Comments
 (0)