go fmt
This commit is contained in:
parent
4aede61066
commit
c9dda02092
|
@ -56,7 +56,6 @@ func main() {
|
||||||
|
|
||||||
client := github.NewClient(tc)
|
client := github.NewClient(tc)
|
||||||
|
|
||||||
|
|
||||||
teamMembers := fetchUsers(client, ghOrganization, ghTeam)
|
teamMembers := fetchUsers(client, ghOrganization, ghTeam)
|
||||||
for _, user := range teamMembers {
|
for _, user := range teamMembers {
|
||||||
if *quiet == false {
|
if *quiet == false {
|
||||||
|
|
Loading…
Reference in New Issue