Skip to content

Commit 7166911

Browse files
[autofix.ci] apply automated fixes
1 parent 8a1b124 commit 7166911

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/tsconfig/file_matcher.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,7 @@ impl TsconfigFileMatcher {
114114
fn normalize_patterns(patterns: Vec<String>, tsconfig_dir: &Path) -> Vec<String> {
115115
patterns
116116
.into_iter()
117-
.flat_map(|
118-
#[cfg_attr(not(target_os = "windows"), allow(unused_mut))]
119-
mut pattern
120-
| {
117+
.flat_map(|#[cfg_attr(not(target_os = "windows"), allow(unused_mut))] mut pattern| {
121118
// On Windows, convert to lowercase for case-insensitive matching
122119
#[cfg(target_os = "windows")]
123120
{

0 commit comments

Comments
 (0)