Skip to content

Commit 3386bbe

Browse files
committed
chore: fix stringify spaces
1 parent 32ecf75 commit 3386bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ redis.command().then(function (res) {
5656

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

6161
fs.writeFileSync(commandPath, content)
6262
})

0 commit comments

Comments
 (0)