Skip to content

Commit

Permalink
chore: Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Nov 14, 2024
1 parent adf115b commit d916767
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/nuqs/src/useQueryStates.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ function withSearchParams(
searchParams?: string | URLSearchParams | Record<string, string>
) {
return (props: { children: ReactNode }) => (
<NuqsTestingAdapter
searchParams={searchParams}
{...props}
/>
<NuqsTestingAdapter searchParams={searchParams} {...props} />
)
}

Expand Down

0 comments on commit d916767

Please sign in to comment.