Skip to content

Commit e8e8ca1

Browse files
authored
Merge pull request #68 from pie-framework/fix/PD-4410
Fix/pd 4410
2 parents 359b9fe + f1c2d93 commit e8e8ca1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/latex-equal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const latexEqual = (a: Latex, b: Latex, opts: Opts) => {
3232
const numB = parseFloat(b);
3333

3434
if (numA === numB) {
35-
35+
3636
return true;
3737
}
3838
}

0 commit comments

Comments
 (0)