Skip to content

Commit 45ebbdd

Browse files
authored
Merge pull request #798 from nobu/trailing-space
Get rid of a trailing space
2 parents 3a4120b + 7b7b917 commit 45ebbdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/rdoc/markdown.kpeg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,8 +1209,7 @@ TableItem = "|" < (!"|" !@Newline .)+ >
12091209
TableLine = TableColumn+:line "|" @Newline
12101210
{ line }
12111211
TableColumn = "|" < ( "-"+ ":"? | ":" "-"* ) >
1212-
{
1213-
text.start_with?(":") ? :left :
1212+
{ text.start_with?(":") ? :left :
12141213
text.end_with?(":") ? :right : nil
12151214
}
12161215

0 commit comments

Comments
 (0)