Skip to content

Commit e8fdfca

Browse files
committed
chore: format
1 parent 5f0a5d0 commit e8fdfca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/website/expand_templates/linters.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,7 @@ func getName(lc *types.LinterWrapper) string {
104104
icon = "<FaGitlab size={'0.8rem'} />"
105105
}
106106

107-
name += fmt.Sprintf("&nbsp;[%s](%s)",
108-
span(lc.Name+" repository", icon),
109-
lc.OriginalURL,
110-
)
107+
name += fmt.Sprintf("&nbsp;[%s](%s)", span(lc.Name+" repository", icon), lc.OriginalURL)
111108
}
112109

113110
if lc.Deprecation == nil {

0 commit comments

Comments
 (0)