Skip to content

Commit 945a7f1

Browse files
ci: apply automated fixes
1 parent 301538c commit 945a7f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-pacer/src/rate-limiter/useRateLimitedCallback.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import type { RateLimiterOptions } from '@tanstack/pacer'
2828
* - Manual cancellation
2929
* - Access to execution counts
3030
* - Custom useCallback dependencies
31-
*
31+
*
3232
* Consider using the `useRateLimiter` hook instead.
3333
*
3434
* @example

packages/react-pacer/src/throttler/useThrottledCallback.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import type { ThrottlerOptions } from '@tanstack/pacer'
2020
* - Manual cancellation
2121
* - Access to execution counts
2222
* - Custom useCallback dependencies
23-
*
23+
*
2424
* Consider using the `useThrottler` hook instead.
2525
*
2626
* @example

0 commit comments

Comments
 (0)