Skip to content

Commit 4df3ddc

Browse files
[autofix.ci] apply automated fixes
1 parent 9af5a46 commit 4df3ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/oxc_linter/src/service.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub struct LintServiceOptions {
3333
/// TypeScript `tsconfig.json` path for reading path alias and project references
3434
tsconfig: Option<PathBuf>,
3535

36-
cross_module: bool
36+
cross_module: bool,
3737
}
3838

3939
impl LintServiceOptions {
@@ -183,7 +183,7 @@ impl Runtime {
183183
linter,
184184
resolver,
185185
module_map: ModuleMap::default(),
186-
cache_state: CacheState::default()
186+
cache_state: CacheState::default(),
187187
}
188188
}
189189

0 commit comments

Comments
 (0)