Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/lib/contrib/mhchem.mjs')
-rw-r--r--static/lib/contrib/mhchem.mjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/lib/contrib/mhchem.mjs b/static/lib/contrib/mhchem.mjs
index 46241b5..55511ad 100644
--- a/static/lib/contrib/mhchem.mjs
+++ b/static/lib/contrib/mhchem.mjs
@@ -2631,9 +2631,9 @@ mhchemParser.stateMachines = {
return ret;
}
- } //#endregion
+ }
+ } //#endregion
- }
}; //
// texify: Take MhchemParser output and convert it to TeX
//