From 74a51eb9171fd3f05af7eb612291c35333e09dfb Mon Sep 17 00:00:00 2001 From: william Date: Fri, 29 Jan 2016 17:40:35 -0500 Subject: [PATCH] formating --- lxc.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lxc.js b/lxc.js index 964c6a7..4897acb 100644 --- a/lxc.js +++ b/lxc.js @@ -51,7 +51,6 @@ module.exports = function(config){ }; obj.info = function(name, callback){ - var output = ''; sysExec('lxc-info -n '+name, function(data){ console.log('info', name, data) @@ -89,4 +88,4 @@ module.exports = function(config){ }; return obj; -}; \ No newline at end of file +};