From 7a71a978bda290aee9add2f6e2f8eec50412c339 Mon Sep 17 00:00:00 2001 From: william Date: Fri, 29 Jan 2016 17:34:19 -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 4d34f64..3aca5b9 100644 --- a/routes/index.js +++ b/routes/index.js @@ -30,9 +30,9 @@ router.get('/start/:name', function(req, res, next){ }); router.get('/live/:template/:name', function(req, res, next){ - lxc.startEphemeral(req.params.name, req.params.template, function (data) { - res.json(data); - }); + lxc.startEphemeral(req.params.name, req.params.template, function (data) { + res.json(data); + }); }); router.get('/stop/:name', function(req, res, next){