Skip to content

Commit

Permalink
[chore][githubgen] Remove unnecessary trailing whitespace (open-telem…
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 authored Jan 17, 2025
1 parent c77c83e commit 90c9b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githubgen/codeowners.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ LOOP:
for stability := range m.Status.Stability {
if stability == unmaintainedStatus {
unmaintainedList += key + "/\n"
unmaintainedCodeowners += fmt.Sprintf("%s/%s @open-telemetry/collector-contrib-approvers \n", key, strings.Repeat(" ", data.MaxLength-len(key)))
unmaintainedCodeowners += fmt.Sprintf("%s/%s @open-telemetry/collector-contrib-approvers\n", key, strings.Repeat(" ", data.MaxLength-len(key)))
continue LOOP
}
if stability == "deprecated" && (m.Status.Codeowners == nil || len(m.Status.Codeowners.Active) == 0) {
Expand Down

0 comments on commit 90c9b09

Please sign in to comment.