fix: gofmt alignment in GetWithComments response struct

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Max Beizer 2026-04-20 15:41:55 -05:00 committed by Babak K. Shandiz
parent ca84d4c6a3
commit dea54ab3ab
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -494,14 +494,14 @@ func (c *discussionClient) GetWithComments(repo ghrepo.Interface, number int, co
Repository struct {
HasDiscussionsEnabled bool `json:"hasDiscussionsEnabled"`
Discussion *struct {
ID string `json:"id"`
Number int `json:"number"`
Title string `json:"title"`
Body string `json:"body"`
URL string `json:"url"`
Closed bool `json:"closed"`
StateReason string `json:"stateReason"`
Author actorJSON `json:"author"`
ID string `json:"id"`
Number int `json:"number"`
Title string `json:"title"`
Body string `json:"body"`
URL string `json:"url"`
Closed bool `json:"closed"`
StateReason string `json:"stateReason"`
Author actorJSON `json:"author"`
Category struct {
ID string `json:"id"`
Name string `json:"name"`