Skip to content

Commit ae8a13b

Browse files
committed
style(ast_tools): remove excess whitespace (oxc-project#12431)
I think this wins the prize for my most consequential PR of all time.
1 parent 0708ae7 commit ae8a13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/ast_tools/src/generators/formatter/ast_nodes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ fn ast_node_and_ast_nodes_impls() -> TokenStream {
590590
}
591591

592592
///@@line_break
593-
impl<'a> AstNode<'a, Program<'a>> {
593+
impl<'a> AstNode<'a, Program<'a>> {
594594
pub fn new(inner: &'a Program<'a>, parent: &'a AstNodes<'a>, allocator: &'a Allocator) -> Self {
595595
AstNode { inner, parent, allocator, following_node: None }
596596
}

0 commit comments

Comments
 (0)