Skip to content

Commit 80053f1

Browse files
ci: apply automated fixes
1 parent a4307f0 commit 80053f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-query/src/__tests__/queryOptions.test-d.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ describe('queryOptions', () => {
200200
!id
201201
? undefined
202202
: {
203-
id,
204-
title: 'Initial Data',
205-
},
203+
id,
204+
title: 'Initial Data',
205+
},
206206
})
207207
})
208208
})

0 commit comments

Comments
 (0)