Skip to content

Commit 8d815f8

Browse files
committed
Lint fix
1 parent dab26df commit 8d815f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mermaid/src/diagrams/block/blockDB.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const populateBlockDatabase = (_blockList: Block[] | Block[][], parent: Block):
9393
const children = [];
9494
for (const block of blockList) {
9595
if (block.label) {
96-
block.label = sanitizeText(block.label);
96+
block.label = sanitizeText(block.label);
9797
}
9898
if (block.type === 'classDef') {
9999
addStyleClass(block.id, block.css);

0 commit comments

Comments
 (0)