Skip to content

Commit e13c7d9

Browse files
committed
lint
1 parent 4d11b56 commit e13c7d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export default function proxy(object) {
2-
return $state(object);
2+
return $state(object);
33
}
44
export function createCounter() {
5-
let count = $state(0);
6-
count++;
5+
let count = $state(0);
6+
count++;
77
}
8-
export const proxy_in_arrow = object => $state(object);
8+
export const proxy_in_arrow = (object) => $state(object);

0 commit comments

Comments
 (0)