fix: linter errors (#263)

* refactor: extract magic numbers to const

* fix: linter errors
This commit is contained in:
Maas Lalani
2023-10-02 19:28:35 -07:00
committed by GitHub
parent ea723982eb
commit 0aaa280081
7 changed files with 40 additions and 130 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ type LinkElement struct {
Text string
BaseURL string
URL string
Child ElementRenderer // FIXME
Child ElementRenderer
}
func (e *LinkElement) Render(w io.Writer, ctx RenderContext) error {