summaryrefslogtreecommitdiffstats
path: root/test/plugins/filters
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-03-14 23:23:28 +0100
committerSamy Pessé <samypesse@gmail.com>2015-03-14 23:23:28 +0100
commit94485621560152cf197dc8bd603774c46de2f0ef (patch)
tree189aa8349423187a807dd2c2a4b3639d1a752213 /test/plugins/filters
parent8320484b88f2481dad276b1912831110fdf75bcd (diff)
downloadgitbook-94485621560152cf197dc8bd603774c46de2f0ef.zip
gitbook-94485621560152cf197dc8bd603774c46de2f0ef.tar.gz
gitbook-94485621560152cf197dc8bd603774c46de2f0ef.tar.bz2
Add editorconfig and normalize indent
Diffstat (limited to 'test/plugins/filters')
-rw-r--r--test/plugins/filters/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugins/filters/index.js b/test/plugins/filters/index.js
index 0e2f1a2..2cf53b1 100644
--- a/test/plugins/filters/index.js
+++ b/test/plugins/filters/index.js
@@ -4,7 +4,7 @@ module.exports = {
return "Hello "+text;
},
helloCtx: function(text) {
- return text+":"+this.book.root;
+ return text+":"+this.book.root;
}
}
}; \ No newline at end of file