Skip to content

Commit 7b1f1fe

Browse files
committed
style: format
1 parent d80a23c commit 7b1f1fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

playground/src/pages/users/colada-loader.[id].vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ const pinia = getActivePinia()!
1515
function copy() {
1616
console.log(
1717
JSON.parse(
18-
JSON.stringify(serializeTreeMap(pinia.state.value._pc_query.entryRegistry))
18+
JSON.stringify(
19+
serializeTreeMap(pinia.state.value._pc_query.entryRegistry)
20+
)
1921
)
2022
)
2123
}

0 commit comments

Comments
 (0)