From: Anthony Fok Date: Mon, 21 Mar 2016 06:25:00 +0000 (+0800) Subject: livereload: Run go fmt on connection.go X-Git-Tag: v0.16~211 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bec1ac7b;p=brevno-suite%2Fhugo livereload: Run go fmt on connection.go See #1998 and commit bafb771 --- diff --git a/livereload/connection.go b/livereload/connection.go index 154c823f..6e31b1ba 100644 --- a/livereload/connection.go +++ b/livereload/connection.go @@ -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" ],