fix: code formatting in mermaid-chart.tsx

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-08-06 13:42:32 +02:00 committed by renovate[bot]
parent 236562cd9d
commit cbfed96398

View file

@ -17,7 +17,7 @@ const log = new Logger('MermaidChart')
let mermaidInitialized = false
const loadMermaid = async (): Promise<typeof import('mermaid')['default']> => {
const loadMermaid = async (): Promise<(typeof import('mermaid'))['default']> => {
try {
return (await import(/* webpackChunkName: "mermaid" */ 'mermaid')).default
} catch (error) {