mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 20:24:16 +01:00
style: prettify src/diagrams/block/blockDB.ts
This commit is contained in:
@@ -20,7 +20,7 @@ const config = getConfig();
|
|||||||
|
|
||||||
let classes = {} as Record<string, ClassDef>;
|
let classes = {} as Record<string, ClassDef>;
|
||||||
|
|
||||||
const sanitizeText = (txt:string) => common.sanitizeText(txt, config);
|
const sanitizeText = (txt: string) => common.sanitizeText(txt, config);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when the parser comes across a (style) class definition
|
* Called when the parser comes across a (style) class definition
|
||||||
|
|||||||
Reference in New Issue
Block a user