Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
posva authored and sxzz committed Nov 3, 2023
1 parent 90c6d7c commit d26e4f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ describe('compiler: expression transform', () => {
.content
).toMatchObject({
type: NodeTypes.COMPOUND_EXPRESSION,
children: ['new ', { content: 'Error' }, '()'],
children: ['new ', { content: 'Error' }, '()']
})
})

Expand Down

0 comments on commit d26e4f5

Please sign in to comment.