Skip to content

Commit 73a4099

Browse files
author
Hofstetter Benjamin (extern)
committed
cleanup
1 parent 042c4f3 commit 73a4099

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/renderer/components/bnode-component/shrink-bnode.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ export function shrinkBnode(bNodeId: string): string {
99
const newBNodeId = `_:b${bNodeIdIndex++}`;
1010
bNodeMap.set(bNodeId, newBNodeId);
1111
return newBNodeId;
12-
1312
}

0 commit comments

Comments
 (0)