From ca5106ee2ceb854dfcb8324ff37cb452f2fac37f Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 16:16:01 +0000 Subject: [PATCH] fix(web): apply Biome formatting to plugin-space.ts Co-Authored-By: Claude Opus 4.5 --- apps/web/lib/plugin-space.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web/lib/plugin-space.ts b/apps/web/lib/plugin-space.ts index 2e244878..b42a2fdc 100644 --- a/apps/web/lib/plugin-space.ts +++ b/apps/web/lib/plugin-space.ts @@ -138,7 +138,9 @@ type DocumentSpaceCandidate = { memoryEntries?: Array<{ spaceContainerTag?: string | null }> | null } -function catalogIdForPluginSpace(pluginId: PluginSpaceInfo["pluginId"]): string { +function catalogIdForPluginSpace( + pluginId: PluginSpaceInfo["pluginId"], +): string { return pluginId.replace(/-/g, "_") }