Skip to content

Commit

Permalink
style: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
rikbrown committed May 12, 2024
1 parent 73ce3db commit f33a330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuqs/src/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function createSearchParamsCache<
// which may be reused between requests in a serverless environment
// (warm lambdas on Vercel or AWS).
const getCache = cache<() => Cache>(() => ({
searchParams: {},
searchParams: {}
}))
function parse(searchParams: SearchParams) {
const c = getCache()
Expand Down

0 comments on commit f33a330

Please sign in to comment.