lint: fix a few semicolons
authorTrevor Norris <trev.norris@gmail.com>
Tue, 24 Sep 2013 21:35:30 +0000 (14:35 -0700)
committerTrevor Norris <trev.norris@gmail.com>
Tue, 24 Sep 2013 21:35:30 +0000 (14:35 -0700)
lib/_tls_legacy.js
lib/_tls_wrap.js

index 17d193f..9792b89 100644 (file)
@@ -877,4 +877,4 @@ exports.pipe = function pipe(pair, socket) {
   socket.on('timeout', ontimeout);
 
   return cleartext;
-}
+};
index 3ffc804..23216ce 100644 (file)
@@ -729,7 +729,7 @@ exports.connect = function(/* [port, host], options, cb */) {
         host: options.host,
         localAddress: options.localAddress
       };
-    };
+    }
     socket.connect(connect_opt);
   }