We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9677416 + fd5c7a8 commit 86ea83bCopy full SHA for 86ea83b
1 file changed
src/latex-equal.ts
@@ -26,7 +26,6 @@ export const latexEqual = (a: Latex, b: Latex, opts: Opts) => {
26
}
27
28
const al = lta.convert(a);
29
-
30
const bl = lta.convert(b);
31
32
if (differenceIsTooGreat(al, bl)) {
0 commit comments