From bec1ac7b3308d84add3574cea3ebab491ffb2eb6 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Mon, 21 Mar 2016 14:25:00 +0800 Subject: [PATCH] livereload: Run go fmt on connection.go See #1998 and commit bafb771 --- livereload/connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livereload/connection.go b/livereload/connection.go index 154c823ff..6e31b1baf 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" ],