Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 authored and zhangzhonghe committed Apr 12, 2023
1 parent 44cae8e commit 5a3120f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/runtime-core/__tests__/directives.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,10 +430,7 @@ describe('directives', () => {
name: 'App',
render() {
// simulates the code generated on an unknown directive
return withDirectives(h('div'), [
[undefined],
[d1]
])
return withDirectives(h('div'), [[undefined], [d1]])
}
}

Expand Down

0 comments on commit 5a3120f

Please sign in to comment.