Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 24, 2024
1 parent 5f0a5d0 commit e8fdfca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/website/expand_templates/linters.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ func getName(lc *types.LinterWrapper) string {
icon = "<FaGitlab size={'0.8rem'} />"
}

name += fmt.Sprintf("&nbsp;[%s](%s)",
span(lc.Name+" repository", icon),
lc.OriginalURL,
)
name += fmt.Sprintf("&nbsp;[%s](%s)", span(lc.Name+" repository", icon), lc.OriginalURL)
}

if lc.Deprecation == nil {
Expand Down

0 comments on commit e8fdfca

Please sign in to comment.