Gofmt run.

This commit is contained in:
Mikkel Krautz 2011-06-17 16:49:31 +02:00
parent 69f118d230
commit 2e3cc5cbf4

View file

@ -37,7 +37,7 @@ func NewUser(id uint32, name string) (user *User, err os.Error) {
return &User{ return &User{
Id: id, Id: id,
Name: name, Name: name,
},nil }, nil
} }
// Does the channel have comment? // Does the channel have comment?