From a1f26057de5446cc4197d10d85e18824c581e7ba Mon Sep 17 00:00:00 2001 From: Gowtham Munukutla Date: Sat, 10 Jul 2021 23:04:46 +0530 Subject: [PATCH] gofmt --- pkg/cmd/repo/create/http.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/cmd/repo/create/http.go b/pkg/cmd/repo/create/http.go index 3ceda3c0a..649b431e4 100644 --- a/pkg/cmd/repo/create/http.go +++ b/pkg/cmd/repo/create/http.go @@ -17,9 +17,9 @@ type repoCreateInput struct { HomepageURL string `json:"homepageUrl,omitempty"` Description string `json:"description,omitempty"` - OwnerID string `json:"ownerId,omitempty"` - TeamID string `json:"teamId,omitempty"` - Private bool `json:"private,omitempty"` + OwnerID string `json:"ownerId,omitempty"` + TeamID string `json:"teamId,omitempty"` + Private bool `json:"private,omitempty"` HasIssuesEnabled bool `json:"hasIssuesEnabled"` HasWikiEnabled bool `json:"hasWikiEnabled"` GitIgnoreTemplate string `json:"gitignore_template,omitempty"`