aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-04-18 12:24:41 -0700
committerisaacs <i@izs.me>2012-04-18 12:24:41 -0700
commit33c76f19de1a93f1d712334e6b09fc78ee8db702 (patch)
tree34eec73031f31e3280bd2622bf1e732c23d2891d /lib
parentecca7525cc7081bda1e2b3b171729dfd315cf2d8 (diff)
downloadandroid-node-v8-33c76f19de1a93f1d712334e6b09fc78ee8db702.tar.gz
android-node-v8-33c76f19de1a93f1d712334e6b09fc78ee8db702.tar.bz2
android-node-v8-33c76f19de1a93f1d712334e6b09fc78ee8db702.zip
net.js: lint
Diffstat (limited to 'lib')
-rw-r--r--lib/net.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net.js b/lib/net.js
index 8d36c34e60..fa1900e170 100644
--- a/lib/net.js
+++ b/lib/net.js
@@ -375,7 +375,7 @@ Socket.prototype._destroy = function(exception, cb) {
Socket.prototype.destroy = function(exception) {
this._destroy(exception);
-}
+};
function onread(buffer, offset, length) {