Skip to content

Commit 615b9cc

Browse files
[autofix.ci] apply automated fixes
1 parent c7f5e71 commit 615b9cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/reactivity/src/ref.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
isArray,
1414
isFunction,
1515
isObject,
16-
isRef
16+
isRef,
1717
} from '@vue/shared'
1818
import {
1919
isProxy,

packages/shared/src/toDisplayString.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import {
88
isSet,
99
isString,
1010
isSymbol,
11-
objectToString
12-
} from './general';
11+
objectToString,
12+
} from './general'
1313

1414
/**
1515
* For converting {{ interpolation }} values to displayed strings.

0 commit comments

Comments
 (0)