livereload: Run go fmt on connection.go
authorAnthony Fok <foka@debian.org>
Mon, 21 Mar 2016 06:25:00 +0000 (14:25 +0800)
committerAnthony Fok <foka@debian.org>
Mon, 21 Mar 2016 06:25:00 +0000 (14:25 +0800)
See #1998 and commit bafb771

livereload/connection.go

index 154c823ffc9807dbf90e946fb3d9bb59656b68e7..6e31b1baf43f0efdeaa70f876d8e4b1e2154fae9 100644 (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" ],