Skip to content

Commit

Permalink
socket: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Dec 24, 2013
1 parent c545e3b commit d31aafa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Module dependencies.
*/

var Emitter = require('events').EventEmitter
, parser = require('socket.io-parser')
, debug = require('debug')('socket.io:socket');
var Emitter = require('events').EventEmitter;
var parser = require('socket.io-parser');
var debug = require('debug')('socket.io:socket');

/**
* Module exports.
Expand Down

0 comments on commit d31aafa

Please sign in to comment.