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/04/09 04:45:59 UTC

[couchdb] 01/02: [fixup] closing bracked on its own line in scheduler

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch 63012-scheduler
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit b9f309cea5615acb753ae53da85f5836e96a9c8b
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Sun Apr 9 00:43:42 2017 -0400

    [fixup] closing bracked on its own line in scheduler
---
 src/couch_replicator/src/couch_replicator_scheduler.erl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/couch_replicator/src/couch_replicator_scheduler.erl b/src/couch_replicator/src/couch_replicator_scheduler.erl
index 8d7ea42..44b1817 100644
--- a/src/couch_replicator/src/couch_replicator_scheduler.erl
+++ b/src/couch_replicator/src/couch_replicator_scheduler.erl
@@ -79,7 +79,8 @@ add_job(#rep{} = Rep) when Rep#rep.id /= undefined ->
     Job = #job{
         id = Rep#rep.id,
         rep = Rep,
-        history = [{added, os:timestamp()}]},
+        history = [{added, os:timestamp()}]
+    },
     gen_server:call(?MODULE, {add_job, Job}, infinity).
 
 

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.