Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Nov 15, 2023
1 parent 518986c commit 7348e6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/formats.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ texAlign =
splitOutside = (text, re) ->
re = ///[{}]|<[^<>]*>|&\#x?\d+;|(#{re.source})|\\.///g
braces = 0
tags = 0
start = 0
parts = []
while (match = re.exec text)?
Expand Down

0 comments on commit 7348e6c

Please sign in to comment.