Skip to content

Commit 86ea83b

Browse files
authored
Merge pull request #54 from pie-framework/fix/PD-1494
fix(leading-zeros): math validation problem with a leading zero, when…
2 parents 9677416 + fd5c7a8 commit 86ea83b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/latex-equal.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export const latexEqual = (a: Latex, b: Latex, opts: Opts) => {
2626
}
2727

2828
const al = lta.convert(a);
29-
3029
const bl = lta.convert(b);
3130

3231
if (differenceIsTooGreat(al, bl)) {

0 commit comments

Comments
 (0)