summaryrefslogtreecommitdiff
path: root/share/www/script/test/attachment_views.js
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-07-06 00:33:50 +0000
committerNoah Slater <nslater@apache.org>2009-07-06 00:33:50 +0000
commit282b96ddd9a84b740788c2358ec0f5fedafb7cc6 (patch)
treefb48e605ceb8079d0195d3b1ec0eca7110fa7ef2 /share/www/script/test/attachment_views.js
parentb5cc085d3bc6316063f14adedf20632ee904875d (diff)
trimmed trailing whitespace
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@791350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/test/attachment_views.js')
-rw-r--r--share/www/script/test/attachment_views.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/attachment_views.js b/share/www/script/test/attachment_views.js
index b97a4130..903fbc4c 100644
--- a/share/www/script/test/attachment_views.js
+++ b/share/www/script/test/attachment_views.js
@@ -73,7 +73,7 @@ couchTests.attachment_views= function(debug) {
var reduceFunction = function(key, values) {
return sum(values);
}
-
+
var result = db.query(mapFunction, reduceFunction);
T(result.rows.length == 1);