summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--livereload/connection.go2
1 files changed, 1 insertions, 1 deletions
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" ],