livereload: Run go fmt on connection.go

See #1998 and commit bafb771
This commit is contained in:
Anthony Fok 2016-03-21 14:25:00 +08:00
parent 9323707b32
commit bec1ac7b33

View file

@ -33,7 +33,7 @@ func (c *connection) reader() {
if err != nil {
break
}
if bytes.Contains(message, []byte(`"command":"hello"`)){
if bytes.Contains(message, []byte(`"command":"hello"`)) {
c.send <- []byte(`{
"command": "hello",
"protocols": [ "http://livereload.com/protocols/official-7" ],