Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'livereload/connection.go')
-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" ],