From dc22164c0f8ab23fe8629bec909ddd3f321ee9a0 Mon Sep 17 00:00:00 2001 From: Edgar O Silva Date: Fri, 7 Mar 2014 18:03:44 -0600 Subject: [PATCH] Prettyfy. --- lib/cli/bluetooth.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cli/bluetooth.js b/lib/cli/bluetooth.js index 31b7962..3c8914c 100644 --- a/lib/cli/bluetooth.js +++ b/lib/cli/bluetooth.js @@ -53,5 +53,6 @@ namespace("Cylon.CLI", function() { }; return Bluetooth; + })(); });