Selaa lähdekoodia

gofmt happiness

Don Thapa 10 vuotta sitten
vanhempi
commit
b345c7cf46
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pkg/social/social.go

+ 1 - 1
pkg/social/social.go

@@ -222,7 +222,7 @@ func (s *SocialGithub) FetchTeamMemberships(client *http.Client) ([]int, error)
 		Id int `json:"id"`
 	}
 
-  membershipUrl := fmt.Sprintf(s.apiUrl + "/teams")
+	membershipUrl := fmt.Sprintf(s.apiUrl + "/teams")
 	r, err := client.Get(membershipUrl)
 	if err != nil {
 		return nil, err