Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 3, 2022
1 parent 76a4206 commit af2ee99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,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 af2ee99

Please sign in to comment.