forked from External/grumble
Gofmt run.
This commit is contained in:
parent
69f118d230
commit
2e3cc5cbf4
1 changed files with 1 additions and 1 deletions
2
user.go
2
user.go
|
|
@ -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?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue