mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix minor style for gofmt.
This commit is contained in:
@@ -193,7 +193,7 @@ func fireAndForgetWebhookEvent(c *Context, post *model.Post) {
|
||||
}
|
||||
|
||||
teams := make(map[string]*model.Team)
|
||||
for _, _ = range isTeamBeingFetched {
|
||||
for range isTeamBeingFetched {
|
||||
team := <-tchan
|
||||
if team != nil {
|
||||
teams[team.Id] = team
|
||||
|
||||
Reference in New Issue
Block a user