Skip to content

Commit 5c0265d

Browse files
committed
Fix CI?
1 parent f5efaff commit 5c0265d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/reactivity.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ css`
229229

230230
function createCustomStore() {
231231
const [store, updateStore] = createStore({});
232-
233232
return mapArray(
234233
[],
235234
// the second argument to mapArray is not tracked

test/rules/reactivity.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,6 @@ export const cases = run("reactivity", rule, {
665665
code: `
666666
function createCustomStore() {
667667
const [store, updateStore] = createStore({});
668-
669668
return mapArray(
670669
[],
671670
// the second argument to mapArray is not tracked

0 commit comments

Comments
 (0)