Skip to content

Commit 830b733

Browse files
committed
style(ast): remove trailing whitespace (#13963)
1 parent fb347da commit 830b733

File tree

1 file changed

+1
-1
lines changed
  • crates/oxc_ast/src/ast

1 file changed

+1
-1
lines changed

crates/oxc_ast/src/ast/ts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! - [AST Spec](https://github.com/typescript-eslint/typescript-eslint/tree/v8.9.0/packages/ast-spec)
1212
//! - [Archived TypeScript spec](https://github.com/microsoft/TypeScript/blob/3c99d50da5a579d9fa92d02664b1b66d4ff55944/doc/spec-ARCHIVED.md)
1313
#![expect(
14-
missing_docs, // TODO: document individual struct fields
14+
missing_docs, // TODO: document individual struct fields
1515
clippy::enum_variant_names,
1616
)]
1717

0 commit comments

Comments
 (0)