From f15faf82d6f3d9b8dac2260a9cf7adb3cecaa17d Mon Sep 17 00:00:00 2001 From: MareStare Date: Tue, 4 Mar 2025 03:43:43 +0000 Subject: [PATCH] Remove extra whitespace --- assets/js/utils/debounced-cache.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/js/utils/debounced-cache.ts b/assets/js/utils/debounced-cache.ts index c75d357b..9037676f 100644 --- a/assets/js/utils/debounced-cache.ts +++ b/assets/js/utils/debounced-cache.ts @@ -18,7 +18,6 @@ export interface DebouncedCacheParams { * See more details about the concept of debouncing here: * https://lodash.com/docs/4.17.15#debounce. * - * * If the function is called with the arguments that were already cached, * then the cached result will be returned immediately and the previous * scheduled call will be cancelled.