Skip to content

Commit 559102f

Browse files
committed
Remove unneeded parentheses. mathjax#1478
1 parent 422065a commit 559102f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpacked/jax/output/SVG/jax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@
21422142
if (shift) {
21432143
HUB.Insert(style,({
21442144
left: {marginLeft: SVG.Ex(shift)},
2145-
right: {marginRight: SVG.Ex(-shift), marginLeft: SVG.Ex(Math.max(0,shift-(w)))},
2145+
right: {marginRight: SVG.Ex(-shift), marginLeft: SVG.Ex(Math.max(0,shift-w))},
21462146
center: {marginLeft: SVG.Ex(shift), marginRight: SVG.Ex(-shift)}
21472147
})[values.indentalign]);
21482148
}

0 commit comments

Comments
 (0)