tty, readline: fix style errors

This commit is contained in:
Ben Noordhuis 2012-03-29 01:27:57 +02:00
parent 973bbecf1a
commit b031671138
2 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ WriteStream.prototype._refreshSize = function() {
this.rows = newRows;
this.emit('resize');
}
}
};
// backwards-compat