From 33240534c3927eac037c0ebc703ffd44d4a3a65e Mon Sep 17 00:00:00 2001 From: Zou Dikai Date: Sun, 15 Mar 2026 07:28:06 +0000 Subject: [PATCH] fix: add missing newline at end of fetch-proxy-setup.ts --- src/utils/fetch-proxy-setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/fetch-proxy-setup.ts b/src/utils/fetch-proxy-setup.ts index 0019e6e6..bb2917cb 100644 --- a/src/utils/fetch-proxy-setup.ts +++ b/src/utils/fetch-proxy-setup.ts @@ -8,4 +8,4 @@ const proxyUrl = if (proxyUrl) { setGlobalDispatcher(new EnvHttpProxyAgent()); -} \ No newline at end of file +}