enable formatting via golangci-lint
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M templates/file.go → templates/file.go
@@ -31,7 +31,8 @@ A( ID(fmt.Sprintf("L%d", line)), Href(fmt.Sprintf("#L%d", line)), g.Text(fmt.Sprintf("%d", line)), - )}) + ), + }) })), ), Td(Class("file-content"),