Skip to content

Commit cca5113

Browse files
committed
chore: format
1 parent f1e549b commit cca5113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-core/__tests__/transforms/transformExpressions.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ describe('compiler: expression transform', () => {
194194
.content
195195
).toMatchObject({
196196
type: NodeTypes.COMPOUND_EXPRESSION,
197-
children: ['new ', { content: 'Error' }, '()'],
197+
children: ['new ', { content: 'Error' }, '()']
198198
})
199199
})
200200

0 commit comments

Comments
 (0)