Skip to content

Commit

Permalink
Coding standard fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Aug 24, 2018
1 parent 97c7b1a commit b84ea2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/eventsource.js
Expand Up @@ -227,7 +227,7 @@ function EventSource (url, eventSourceInitDict) {
})
})

req.on('error', function(err) {
req.on('error', function (err) {
onConnectionClosed(err.message)
})

Expand Down

0 comments on commit b84ea2f

Please sign in to comment.