From 55aba7423e73bb10bf88d4440ad05e35de5a9d4d Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Wed, 12 Aug 2015 12:25:48 -0700 Subject: [PATCH] :star: fix inconsistent spacing --- controller/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/index.js b/controller/index.js index bb2962e..e32ba72 100644 --- a/controller/index.js +++ b/controller/index.js @@ -36,7 +36,7 @@ var Controller = function (Gist, BaseController) { // change geojson to json req.params.format = req.params.format.replace('geojson', 'json') - var dir = ['gist', req.params.id ].join(':') + var dir = ['gist', req.params.id].join(':') // build the file key as an MD5 hash that's a join on the params and look for the file var toHash = JSON.stringify(req.params) + JSON.stringify(req.query)