Skip to content

Commit 34355d7

Browse files
committed
Fixes for prettier
1 parent 09f5d2a commit 34355d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ts/components/loader.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,9 @@ if (typeof MathJax.loader === 'undefined') {
399399
combineDefaults(MathJax.config, 'loader', {
400400
paths: {
401401
mathjax: Loader.getRoot(),
402-
fonts: context.window ? 'https://cdn.jsdelivr.net/npm/@mathjax' : '@mathjax',
402+
fonts: context.window
403+
? 'https://cdn.jsdelivr.net/npm/@mathjax'
404+
: '@mathjax',
403405
},
404406
source: {},
405407
dependencies: {},

0 commit comments

Comments
 (0)