mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-13 06:58:40 +00:00
enforce consistent object brace spacing (#1376)
This commit is contained in:
@@ -10,7 +10,7 @@ import ParseError from "./ParseError.js";
|
||||
import ParseNode from "./ParseNode";
|
||||
import {Token} from "./Token";
|
||||
|
||||
import type { MacroMap } from "./macros";
|
||||
import type {MacroMap} from "./macros";
|
||||
|
||||
export type StrictFunction =
|
||||
(errorCode: string, errorMsg: string, token?: Token | ParseNode<*>) =>
|
||||
|
Reference in New Issue
Block a user