From dea54ab3ababe2d8b8712e2a72cc2079b9c114bf Mon Sep 17 00:00:00 2001 From: Max Beizer Date: Mon, 20 Apr 2026 15:41:55 -0500 Subject: [PATCH] fix: gofmt alignment in GetWithComments response struct Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- pkg/cmd/discussion/client/client_impl.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pkg/cmd/discussion/client/client_impl.go b/pkg/cmd/discussion/client/client_impl.go index e50e85cad..7b4ad3ce9 100644 --- a/pkg/cmd/discussion/client/client_impl.go +++ b/pkg/cmd/discussion/client/client_impl.go @@ -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"`