Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 7, 2024
1 parent 36e9042 commit 12c4277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/runtime-core/__tests__/apiSetupHelpers.spec.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import {
type ComponentInternalInstance,
type SetupContext,
type ComputedRef,
type ReactiveSideEffect,
type SetupContext,
Suspense,
computed,
watchEffect,
createApp,
defineComponent,
getCurrentInstance,
Expand All @@ -15,6 +14,7 @@ import {
render,
serializeInner,
shallowReactive,
watchEffect,
} from '@vue/runtime-test'
import {
createPropsRestProxy,
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-core/src/apiWatch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import {
type ComputedRef,
type DebuggerOptions,
type EffectScheduler,
ReactiveSideEffect,
ReactiveFlags,
ReactiveSideEffect,
type Ref,
getCurrentScope,
isReactive,
Expand Down

0 comments on commit 12c4277

Please sign in to comment.