Make linter happy

This commit is contained in:
Bryan Ashby 2016-07-19 21:02:12 -06:00
parent 2d1f3d3c17
commit 7f1aec4fca
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ exports.PacketHeader = PacketHeader;
function Packet(options) {
var self = this;
this.options = options || {};
this.options = options || {};
this.parsePacketHeader = function(packetBuffer, cb) {
assert(Buffer.isBuffer(packetBuffer));