mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
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{
|
||||
Id: id,
|
||||
Name: name,
|
||||
},nil
|
||||
}, nil
|
||||
}
|
||||
|
||||
// Does the channel have comment?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue