Skip to content

Commit 03757ff

Browse files
committed
chore: remove redundant comments
1 parent 43925db commit 03757ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: packages/shared/src/normalizeProp.ts

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export function normalizeStyle(
2323
} else if (isString(value)) {
2424
return value
2525
} else if (isObject(value)) {
26-
// store normalized style under a different key for next diff
2726
// make sure to clone it if it's reactive, since the user likely wants
2827
// to mutate it.
2928
return extend({}, value)

0 commit comments

Comments
 (0)