Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Fixed up spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pilsy committed Oct 22, 2012
1 parent 996afe9 commit dadb376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graylog.js
Expand Up @@ -134,7 +134,7 @@ function log(shortMessage, a, b) {
}

var message = new Buffer(JSON.stringify(opts))
, sendFunc = send;
, sendFunc = send;

zlib.deflate(message, function (err, compressedMessage) {
if (err) {
Expand Down

0 comments on commit dadb376

Please sign in to comment.