From 9b05254285dbf64c57c853969a610ddc604eeeae Mon Sep 17 00:00:00 2001 From: Gowtham Munukutla Date: Thu, 17 Jun 2021 10:28:24 +0530 Subject: [PATCH] gofmt --- api/queries_repo.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/queries_repo.go b/api/queries_repo.go index 7126373b4..4fced0217 100644 --- a/api/queries_repo.go +++ b/api/queries_repo.go @@ -448,9 +448,9 @@ type repositoryV3 struct { Owner struct { Login string } - Private bool - HTMLUrl string `json:"html_url"` - Parent *repositoryV3 + Private bool + HTMLUrl string `json:"html_url"` + Parent *repositoryV3 } // ForkRepo forks the repository on GitHub and returns the new repository