Fix minor style for gofmt.
Этот коммит содержится в:
@@ -193,7 +193,7 @@ func fireAndForgetWebhookEvent(c *Context, post *model.Post) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
teams := make(map[string]*model.Team)
|
teams := make(map[string]*model.Team)
|
||||||
for _, _ = range isTeamBeingFetched {
|
for range isTeamBeingFetched {
|
||||||
team := <-tchan
|
team := <-tchan
|
||||||
if team != nil {
|
if team != nil {
|
||||||
teams[team.Id] = team
|
teams[team.Id] = team
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user