Skip to content

Commit

Permalink
Merge pull request gfngfn#333 from sankantsu/fix-spacing-at-beggining…
Browse files Browse the repository at this point in the history
…-of-math

Fix spacing of binary operator at the beggining of math equation (issue gfngfn#332)
  • Loading branch information
gfngfn committed Aug 8, 2022
2 parents 133dcfb + d04ea49 commit 8e0d03b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/math.ml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ let normalize_math_kind mkprev mknext mkraw =
| MathRelation
| MathOpen
| MathPunct
| MathEnd
-> true
| _ -> false
in
Expand Down

0 comments on commit 8e0d03b

Please sign in to comment.