mirror of https://github.com/vuejs/core.git
chore: prettier
This commit is contained in:
parent
168c857247
commit
f55cfe6d3b
|
@ -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]])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue