Skip to content

Commit 6311ece

Browse files
committed
solve conflicts
1 parent 93efa45 commit 6311ece

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/literal/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,5 @@ export const isMathEqual = (a: MathNode, b: MathNode, opts: LiteralOpts) => {
3131
b = sort(b);
3232
}
3333

34-
<<<<<<< HEAD
3534
return a.equals(b);
36-
=======
37-
return a.equals(b)
38-
>>>>>>> master
3935
};

0 commit comments

Comments
 (0)