Skip to content

Commit f55cfe6

Browse files
committed
chore: prettier
1 parent 168c857 commit f55cfe6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/runtime-core/__tests__/directives.spec.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -430,10 +430,7 @@ describe('directives', () => {
430430
name: 'App',
431431
render() {
432432
// simulates the code generated on an unknown directive
433-
return withDirectives(h('div'), [
434-
[undefined],
435-
[d1]
436-
])
433+
return withDirectives(h('div'), [[undefined], [d1]])
437434
}
438435
}
439436

0 commit comments

Comments
 (0)