From f19c25123de049b09c4adf051b280458ff5de1ef Mon Sep 17 00:00:00 2001 From: imccyu <276526105+imccyu@users.noreply.github.com> Date: Thu, 27 Aug 2026 03:08:53 +0800 Subject: [PATCH] style(apiproxy): remove stale spacing --- packages/host/apiproxy/src/api-proxy.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/host/apiproxy/src/api-proxy.ts b/packages/host/apiproxy/src/api-proxy.ts index 7aecfea3ad..30844d9bbb 100644 --- a/packages/host/apiproxy/src/api-proxy.ts +++ b/packages/host/apiproxy/src/api-proxy.ts @@ -178,8 +178,6 @@ export function createApiProxy(ctx: Context, defaults: ApiProxyDefaults): ApiPro return defaults.openPath !== undefined || canOpenNativePath() } - - return { host: { describe(request) {