We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042c4f3 commit 73a4099Copy full SHA for 73a4099
src/renderer/components/bnode-component/shrink-bnode.ts
@@ -9,5 +9,4 @@ export function shrinkBnode(bNodeId: string): string {
9
const newBNodeId = `_:b${bNodeIdIndex++}`;
10
bNodeMap.set(bNodeId, newBNodeId);
11
return newBNodeId;
12
-
13
}
0 commit comments