From 8ad599cab78d17dae5e3602d5c228461fcb08071 Mon Sep 17 00:00:00 2001 From: Vortex Date: Fri, 15 Mar 2024 08:30:34 -0500 Subject: [PATCH] Formatting --- src/utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils.ts b/src/utils.ts index 60149cc9a..846e26e08 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -12,8 +12,8 @@ declare global { declare const globalThis: { TextDecoder?: typeof _TextDecoder; TextEncoder?: typeof _TextEncoder; - setImmediate?: (callback: () => unknown) => void; -} + setImmediate?: (callback: () => unknown) => void; +}; /** * Synchronous recursive makedir.