From 335aef04f3bd26bdd0df6f7c55efae201550d2d2 Mon Sep 17 00:00:00 2001 From: william Date: Fri, 29 Jan 2016 17:35:16 -0500 Subject: [PATCH] formating --- routes/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/routes/index.js b/routes/index.js index 44a372a..b3c48d9 100644 --- a/routes/index.js +++ b/routes/index.js @@ -66,9 +66,9 @@ router.get('/destroy/:name', function(req, res, next){ }); router.get('/info/:name', function(req, res, next){ - lxc.info(req.params.name, function(data){ - res.json(data); - }); + lxc.info(req.params.name, function(data){ + res.json(data); + }); }); router.get('/list', function(req, res, next) {