Skip to content

Commit f6b9ea7

Browse files
committed
feat: use non-breaking space
1 parent 5ddb5e7 commit f6b9ea7

File tree

1 file changed

+2
-2
lines changed
  • scripts/expand_website_templates

1 file changed

+2
-2
lines changed

scripts/expand_website_templates/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ func getName(lc *linter.Config) string {
257257
}
258258

259259
if hasSettings(lc.Name()) {
260-
name = fmt.Sprintf("%s [%s](#%s)", name, span("Configuration", "⚙️"), lc.Name())
260+
name = fmt.Sprintf("%s [%s](#%s)", name, span("Configuration", "⚙️"), lc.Name())
261261
}
262262

263263
if !lc.IsDeprecated() {
@@ -269,7 +269,7 @@ func getName(lc *linter.Config) string {
269269
title += fmt.Sprintf(" since %s", lc.Deprecation.Since)
270270
}
271271

272-
return name + " " + span(title, "⚠")
272+
return name + " " + span(title, "⚠")
273273
}
274274

275275
func getDesc(lc *linter.Config) string {

0 commit comments

Comments
 (0)