From 3d59007d8eeb834574a41825ec4c2816e9ab703d Mon Sep 17 00:00:00 2001 From: william Date: Fri, 29 Jan 2016 17:35:34 -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 b3c48d9..87e6f9c 100644 --- a/routes/index.js +++ b/routes/index.js @@ -72,9 +72,9 @@ router.get('/info/:name', function(req, res, next){ }); router.get('/list', function(req, res, next) { - lxc.list(function(data){ - res.json(data); - }); + lxc.list(function(data){ + res.json(data); + }); }); module.exports = router;