mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
style(traverse): fix indentation in codegen (#7475)
This commit is contained in:
parent
eb70219821
commit
10ea830651
1 changed files with 3 additions and 3 deletions
|
|
@ -129,9 +129,9 @@ function generateWalkForStruct(type, types) {
|
|||
if (index === 0) {
|
||||
tagCode = `
|
||||
let pop_token = ctx.push_stack(
|
||||
Ancestor::${type.name}${fieldCamelName}(
|
||||
ancestor::${type.name}Without${fieldCamelName}(node, PhantomData)
|
||||
)
|
||||
Ancestor::${type.name}${fieldCamelName}(
|
||||
ancestor::${type.name}Without${fieldCamelName}(node, PhantomData)
|
||||
)
|
||||
);
|
||||
`;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue