framer: another style fix.
This commit is contained in:
parent
841bf86d7d
commit
4dd8a54501
@ -91,9 +91,8 @@ Framer.prototype.version = function version(packet) {
|
||||
p[off++] = 0;
|
||||
} else {
|
||||
off += varint(p, this.agent.length, off);
|
||||
for (var i = 0; i < this.agent.length; i++) {
|
||||
for (var i = 0; i < this.agent.length; i++)
|
||||
p[off++] = this.agent[i];
|
||||
}
|
||||
}
|
||||
|
||||
// Start height
|
||||
|
||||
Loading…
Reference in New Issue
Block a user