Skip to content

Commit bf44195

Browse files
committed
Bold summary of dropdown
1 parent 6d8358c commit bf44195

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/perfcomp/parseperfcomp

1 file changed

+1
-1
lines changed

internal/cmd/perfcomp/parseperfcomp/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func main() {
5252
version = strings.Split(line, " ")[2]
5353
} else if strings.Contains(line, "Commit SHA:") {
5454
// parse commit SHA and write header
55-
fmt.Fprintf(fWrite, "\n<details>\n<summary>%s</summary>\n\t<br>\n\n", line)
55+
fmt.Fprintf(fWrite, "\n<details>\n<summary><b>%s</b></summary>\n\t<br>\n\n", line)
5656
} else if strings.Contains(line, "version "+version) {
5757
// dynamic Evergreen perf task link
5858
evgLink, err = generateEvgLink(version, perfVariant)

0 commit comments

Comments
 (0)