Commit 0abb34c67825

Vincent Demeester <vincent@sbr.pm>
2026-07-02 09:55:06
style(daily-plan): align advisory struct comment
gofmt comment alignment on the SecurityAdvisory Repo field.
1 parent 6aeb50b
Changed files (1)
tools
daily-plan
internal
tools/daily-plan/internal/github/github.go
@@ -434,7 +434,7 @@ type SecurityAdvisory struct {
 	Severity  string    `json:"severity"`
 	State     string    `json:"state"`
 	HTMLURL   string    `json:"html_url"`
-	Repo      string    `json:"repo"`    // filled in by caller; persisted for cache
+	Repo      string    `json:"repo"` // filled in by caller; persisted for cache
 	CreatedAt time.Time `json:"created_at"`
 	Credits   []string  `json:"credits"` // credit logins, filled from raw response
 	Role      string    `json:"role"`    // "author", "credited", or "triaged"