From eb4b80a4845a738f5a1e84504a31f6f54bc4fe92 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 17 Sep 2015 09:01:33 -0400 Subject: Adding gofmt to travis build --- api/auto_teams.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/auto_teams.go') diff --git a/api/auto_teams.go b/api/auto_teams.go index e5c772b4c..dd82abe8d 100644 --- a/api/auto_teams.go +++ b/api/auto_teams.go @@ -52,7 +52,7 @@ func (cfg *AutoTeamCreator) createRandomTeam() (*model.Team, bool) { } team := &model.Team{ DisplayName: teamDisplayName, - Name: teamName, + Name: teamName, Email: teamEmail, Type: model.TEAM_OPEN, } -- cgit v1.2.3-1-g7c22