Skip to content

Commit 07b29a6

Browse files
committed
chore: format
1 parent 98766c2 commit 07b29a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/plugin-vue/src/handleHotUpdate.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,12 @@ function isEqualAst(prev?: t.Statement[], next?: t.Statement[]): boolean {
276276
'leadingComments',
277277
'trailingComments',
278278
'innerComments',
279-
// https://github.com/vuejs/core/issues/11923
280-
// avoid comparing the following properties of typeParameters
281-
// as it may be imported from 3rd lib and complex to compare
279+
// https://github.com/vuejs/core/issues/11923
280+
// avoid comparing the following properties of typeParameters
281+
// as it may be imported from 3rd lib and complex to compare
282282
'_ownerScope',
283283
'_resolvedReference',
284-
'_resolvedElements'
284+
'_resolvedElements',
285285
])
286286
) {
287287
return false

0 commit comments

Comments
 (0)