Skip to content

Commit 1710cd6

Browse files
[autofix.ci] apply automated fixes
1 parent eecd698 commit 1710cd6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/oxc_linter/src/rules/typescript/no_namespace.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ pub struct NoNamespace {
2626

2727
impl Default for NoNamespace {
2828
fn default() -> Self {
29-
Self {
30-
allow_declarations: false,
31-
allow_definition_files: true,
32-
}
29+
Self { allow_declarations: false, allow_definition_files: true }
3330
}
3431
}
3532

0 commit comments

Comments
 (0)