fix(web): apply Biome formatting to plugin-space.ts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
claude[bot] 2026-05-23 16:16:01 +00:00
parent 67149457ea
commit ca5106ee2c

View file

@ -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, "_")
}