Skip to content

Commit 64b5156

Browse files
[autofix.ci] apply automated fixes
1 parent 6a05166 commit 64b5156

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/tests/tsconfig_include_exclude.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,7 @@ fn tsconfig_include_exclude_patterns() {
109109
let tsconfig = resolver.resolve_tsconfig(&fixture_dir).unwrap();
110110
let result = tsconfig.matches_file(&fixture_dir.join(file_path));
111111

112-
assert_eq!(
113-
result, should_match,
114-
"{comment}: fixture={fixture} file={file_path}"
115-
);
112+
assert_eq!(result, should_match, "{comment}: fixture={fixture} file={file_path}");
116113
}
117114
}
118115

0 commit comments

Comments
 (0)