mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 21:48:41 +00:00
enforce consistent object brace spacing (#1376)
This commit is contained in:
@@ -21,7 +21,7 @@ for (const key in dict) {
|
||||
if (dict.hasOwnProperty(key)) {
|
||||
let itm = dict[key];
|
||||
if (typeof itm === "string") {
|
||||
itm = dict[key] = { tex: itm };
|
||||
itm = dict[key] = {tex: itm};
|
||||
}
|
||||
const query = {};
|
||||
queryKeys.forEach(function(key) {
|
||||
|
Reference in New Issue
Block a user