Skip to content

Commit

Permalink
livereload: Run go fmt on connection.go
Browse files Browse the repository at this point in the history
See #1998 and commit bafb771
  • Loading branch information
anthonyfok committed Mar 21, 2016
1 parent 9323707 commit bec1ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livereload/connection.go
Expand Up @@ -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" ],
Expand Down

0 comments on commit bec1ac7

Please sign in to comment.