Skip to content

Commit

Permalink
⭐ fix inconsistent spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Aug 12, 2015
1 parent facf23b commit 55aba74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 55aba74

Please sign in to comment.