Skip to content

Commit

Permalink
refactor(katex): resolved linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasNewman committed Oct 11, 2023
1 parent 2dce7f0 commit e690656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/error/errorRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { log } from '../../logger.js';
import type { Group, SVG } from '../../diagram-api/types.js';
import { selectSvgElement } from '../../rendering-util/selectSvgElement.js';
import { configureSvgSize } from '../../setupGraphViewbox.js';
import { Diagram } from '../../Diagram.js';
import type { Diagram } from '../../Diagram.js';

/**
* Draws a an info picture in the tag with id: id based on the graph definition in text.
Expand Down

0 comments on commit e690656

Please sign in to comment.