Skip to content

Commit

Permalink
Remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Jan 4, 2018
1 parent 1eea074 commit 125b71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

abstract = re.compile('^--- abstract')
table = re.compile('^\s*(?:\||{:)')
figure = re.compile('^[~`]{3,}')
figure = re.compile('^[~`]{3}')

for line in lines:
line = line.rstrip('\r\n')
Expand Down

0 comments on commit 125b71b

Please sign in to comment.