mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +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
|
c.group = nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func failDownConnection(c *webClient, id string, message string) error {
|
func failDownConnection(c *webClient, id string, message string) error {
|
||||||
if id != "" {
|
if id != "" {
|
||||||
err := c.write(clientMessage{
|
err := c.write(clientMessage{
|
||||||
|
|
Loading…
Reference in a new issue