Skip to content

Commit

Permalink
Fixes for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed Jul 28, 2021
1 parent bd497a4 commit 02e252d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/markup/tsv/tsv.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (p Parser) Render(rawBytes []byte, urlPrefix string, metas map[string]strin
tmpBlock.WriteString("</td>")
}
tmpBlock.WriteString("</tr>")
rowID += 1
rowID++
}
tmpBlock.WriteString("</table>")

Expand Down

0 comments on commit 02e252d

Please sign in to comment.