1
0

fixed lint + fmt

This commit is contained in:
konrad
2018-07-14 17:37:46 +02:00
committed by kolaente
parent bc0e6da602
commit a5552b8f9d
4 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
package models
// Create is the handler to create a team
func (t *Team) Create(doer *User, _ int64) (err error) {
// Check if we have a name
if t.Name == "" {