Skip to content

Commit

Permalink
Get rid of a trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Mar 15, 2021
1 parent 3a4120b commit 7b7b917
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/rdoc/markdown.kpeg
Expand Up @@ -1209,8 +1209,7 @@ TableItem = "|" < (!"|" !@Newline .)+ >
TableLine = TableColumn+:line "|" @Newline
{ line }
TableColumn = "|" < ( "-"+ ":"? | ":" "-"* ) >
{
text.start_with?(":") ? :left :
{ text.start_with?(":") ? :left :
text.end_with?(":") ? :right : nil
}

Expand Down

0 comments on commit 7b7b917

Please sign in to comment.