mirror of
https://github.com/jech/galene.git
synced 2024-11-22 08:35:57 +01:00
Run gofmt.
This commit is contained in:
parent
325f288189
commit
4fde2c40e6
7 changed files with 38 additions and 39 deletions
|
@ -943,7 +943,6 @@ func leaveGroup(c *webClient) {
|
|||
c.group = nil
|
||||
}
|
||||
|
||||
|
||||
func failDownConnection(c *webClient, id string, message string) error {
|
||||
if id != "" {
|
||||
err := c.write(clientMessage{
|
||||
|
|
Loading…
Reference in a new issue