Repository: couchdb-fauxton
Updated Branches:
  refs/heads/master 705f0322a -> 431e164b4


whitespace changes


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/431e164b
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/431e164b
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/431e164b

Branch: refs/heads/master
Commit: 431e164b497ba5b21536b85c2654d6279d77ed02
Parents: 705f032
Author: [email protected] <[email protected]>
Authored: Tue Apr 21 13:42:07 2015 -0400
Committer: [email protected] <[email protected]>
Committed: Tue Apr 21 13:48:30 2015 -0400

----------------------------------------------------------------------
 .../activetasks/tests/activetasks.componentsSpec.react.jsx      | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/431e164b/app/addons/activetasks/tests/activetasks.componentsSpec.react.jsx
----------------------------------------------------------------------
diff --git a/app/addons/activetasks/tests/activetasks.componentsSpec.react.jsx 
b/app/addons/activetasks/tests/activetasks.componentsSpec.react.jsx
index 8257d0a..4c22c3d 100644
--- a/app/addons/activetasks/tests/activetasks.componentsSpec.react.jsx
+++ b/app/addons/activetasks/tests/activetasks.componentsSpec.react.jsx
@@ -69,7 +69,6 @@ define([
         window.confirm.restore && window.confirm.restore();
       });
 
-
       it('it displays a message instead of an empty table, if there are 
undefined active tasks', function () {
         Actions.setCollection(undefined);
         var tableText = $(table.getDOMNode())[0].innerText;
@@ -77,11 +76,11 @@ define([
       });
 
       describe('Active Tasks Filter tray', function () {
-        
+
         afterEach(function () {
           spy.restore();
         });
-        
+
         var radioIDs = [
           'Replication',
           'Database-Compaction',

Reply via email to