Skip to content

Commit 1224caf

Browse files
committed
chore: format
1 parent 2635626 commit 1224caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/reactivity/src/computed.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ export class ComputedRefImpl<T = any> implements Subscriber {
4747
/**
4848
* @internal
4949
*/
50-
readonly dep = new Dep(this);
50+
readonly dep = new Dep(this)
5151
/**
5252
* @internal
5353
*/
54-
readonly [ReactiveFlags.IS_REF] = true;
54+
readonly [ReactiveFlags.IS_REF] = true
5555
/**
5656
* @internal
5757
*/

0 commit comments

Comments
 (0)