Skip to content

Commit

Permalink
chore: fix stringify spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Feb 24, 2018
1 parent 32ecf75 commit 3386bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ redis.command().then(function (res) {

// Use safe-stable-stringify instead fo JSON.stringify
// for easier diffing
var content = stringify(commands, { space: ' ' })
var content = stringify(commands, null, ' ')

fs.writeFileSync(commandPath, content)
})

0 comments on commit 3386bbe

Please sign in to comment.