summaryrefslogtreecommitdiff
path: root/lib/_tls_legacy.js
diff options
context:
space:
mode:
authorTrevor Norris <trev.norris@gmail.com>2013-09-24 14:35:30 -0700
committerTrevor Norris <trev.norris@gmail.com>2013-09-24 14:35:30 -0700
commit25dce6d62d20b51eb7d8049b71a4b436508e6209 (patch)
treecd42b723032e577071325bff8069451ed5bcb04f /lib/_tls_legacy.js
parent14687ebfc0e1754a3208dfe024c4159e8318a82f (diff)
downloadandroid-node-v8-25dce6d62d20b51eb7d8049b71a4b436508e6209.tar.gz
android-node-v8-25dce6d62d20b51eb7d8049b71a4b436508e6209.tar.bz2
android-node-v8-25dce6d62d20b51eb7d8049b71a4b436508e6209.zip
lint: fix a few semicolons
Diffstat (limited to 'lib/_tls_legacy.js')
-rw-r--r--lib/_tls_legacy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_tls_legacy.js b/lib/_tls_legacy.js
index 17d193f2e8..9792b8927a 100644
--- a/lib/_tls_legacy.js
+++ b/lib/_tls_legacy.js
@@ -877,4 +877,4 @@ exports.pipe = function pipe(pair, socket) {
socket.on('timeout', ontimeout);
return cleartext;
-}
+};