Skip to content

Commit 62bb93e

Browse files
committed
Add missing semmi-colon (for prettier)
1 parent 9d07173 commit 62bb93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/input/tex/StackItem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ export interface StackItem extends NodeStack {
359359
* @param {MmlNode} node The current node.
360360
* @param {string=} prefix A prefix for the LaTeX command.
361361
*/
362-
addLatexItem(node: MmlNode, prefix?: string): void
362+
addLatexItem(node: MmlNode, prefix?: string): void;
363363
}
364364

365365
export interface StackItemClass extends FactoryNodeClass<StackItem> {

0 commit comments

Comments
 (0)