X Tutup
Skip to content

Commit 9b05254

Browse files
committed
gofmt
1 parent acaaeb5 commit 9b05254

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/queries_repo.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,9 @@ type repositoryV3 struct {
448448
Owner struct {
449449
Login string
450450
}
451-
Private bool
452-
HTMLUrl string `json:"html_url"`
453-
Parent *repositoryV3
451+
Private bool
452+
HTMLUrl string `json:"html_url"`
453+
Parent *repositoryV3
454454
}
455455

456456
// ForkRepo forks the repository on GitHub and returns the new repository

0 commit comments

Comments
 (0)
X Tutup