You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/03/14 19:26:37 UTC

[42/50] couch-replicator commit: updated refs/heads/63012-scheduler to 27a5eae

fixup! Fix whitesapace


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/commit/cc9c6c65
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/tree/cc9c6c65
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/diff/cc9c6c65

Branch: refs/heads/63012-scheduler
Commit: cc9c6c65a986a32197a23b3a8bd459dd462baae2
Parents: fb77cbc
Author: Nick Vatamaniuc <va...@apache.org>
Authored: Tue Feb 28 21:47:05 2017 -0500
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Tue Feb 28 21:47:21 2017 -0500

----------------------------------------------------------------------
 src/couch_multidb_changes.erl | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/cc9c6c65/src/couch_multidb_changes.erl
----------------------------------------------------------------------
diff --git a/src/couch_multidb_changes.erl b/src/couch_multidb_changes.erl
index af85a78..d5016b6 100644
--- a/src/couch_multidb_changes.erl
+++ b/src/couch_multidb_changes.erl
@@ -674,15 +674,15 @@ t_misc_gen_server_callbacks() ->
 
 scan_dbs_test_() ->
 {
-      foreach,
-      fun() -> test_util:start_couch([mem3, fabric]) end,
-      fun(Ctx) -> test_util:stop_couch(Ctx) end,
-      [
-          t_pass_shard(),
-          t_fail_shard(),
-          t_pass_local(),
-          t_fail_local()
-     ]
+    foreach,
+    fun() -> test_util:start_couch([mem3, fabric]) end,
+    fun(Ctx) -> test_util:stop_couch(Ctx) end,
+    [
+        t_pass_shard(),
+        t_fail_shard(),
+        t_pass_local(),
+        t_fail_local()
+    ]
 }.
 
 
@@ -722,7 +722,7 @@ t_pass_local() ->
 
 
 t_fail_local() ->
- ?_test(begin
+    ?_test(begin
         LocalDb = ?tempdb(),
         {ok, Db} = couch_db:create(LocalDb, [?CTX]),
         ok = couch_db:close(Db),