summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-asciidoc/test/helper.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-02-12 09:45:19 +0100
committerSamy Pessé <samypesse@gmail.com>2016-12-22 11:46:19 +0100
commitbdefd1ed4ec3557e5699a7413cadd572badb9fd2 (patch)
treec77211a9b1be77c57c3ca3ece01e7b23e265adb6 /packages/gitbook-asciidoc/test/helper.js
parentb820c745277849d44035011d956ab4c28be93fc5 (diff)
downloadgitbook-bdefd1ed4ec3557e5699a7413cadd572badb9fd2.zip
gitbook-bdefd1ed4ec3557e5699a7413cadd572badb9fd2.tar.gz
gitbook-bdefd1ed4ec3557e5699a7413cadd572badb9fd2.tar.bz2
Convert tabs to spaces
Diffstat (limited to 'packages/gitbook-asciidoc/test/helper.js')
-rw-r--r--packages/gitbook-asciidoc/test/helper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-asciidoc/test/helper.js b/packages/gitbook-asciidoc/test/helper.js
index 1e310f7..44cfb24 100644
--- a/packages/gitbook-asciidoc/test/helper.js
+++ b/packages/gitbook-asciidoc/test/helper.js
@@ -1,6 +1,6 @@
var assert = require("assert");
global.assertObjectsEqual = function(o1, o2) {
- assert.equal(JSON.stringify(o1, null, 4), JSON.stringify(o2, null, 4));
+ assert.equal(JSON.stringify(o1, null, 4), JSON.stringify(o2, null, 4));
};