Remove extra whitespace

This commit is contained in:
MareStare 2025-03-04 03:43:43 +00:00
parent 97ca6d8846
commit f15faf82d6

View file

@ -18,7 +18,6 @@ export interface DebouncedCacheParams {
* See more details about the concept of debouncing here: * See more details about the concept of debouncing here:
* https://lodash.com/docs/4.17.15#debounce. * https://lodash.com/docs/4.17.15#debounce.
* *
*
* If the function is called with the arguments that were already cached, * If the function is called with the arguments that were already cached,
* then the cached result will be returned immediately and the previous * then the cached result will be returned immediately and the previous
* scheduled call will be cancelled. * scheduled call will be cancelled.