Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 8, 2022
1 parent 168c857 commit f55cfe6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/runtime-core/__tests__/directives.spec.ts
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 f55cfe6

Please sign in to comment.