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 May 27, 2024
1 parent c5c08c9 commit 42ba920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/reactivity/src/reactive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ function createReactiveObject(
if (__DEV__) {
warn(
`value cannot be made ${isReadonly ? 'readonly' : 'reactive'}: ${String(
target
)}`
target,
)}`,
)
}
return target
Expand Down

0 comments on commit 42ba920

Please sign in to comment.