summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2021-03-01 16:50:23 -0500
committerNick Vatamaniuc <nickva@users.noreply.github.com>2021-03-11 13:13:03 -0500
commit1add5348697056ea7e9163b04696fe9d316e3e62 (patch)
treed1d1052d4682c90e767661769c0fbdb22ff199ba
parent5371efa797b427b1ae67a0c4cbeb372c5637b800 (diff)
downloadcouchdb-1add5348697056ea7e9163b04696fe9d316e3e62.tar.gz
[fixup] remove extra blank line
-rw-r--r--src/couch_replicator/src/couch_replicator_scheduler.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/couch_replicator/src/couch_replicator_scheduler.erl b/src/couch_replicator/src/couch_replicator_scheduler.erl
index 223cbb834..d3b5b71a4 100644
--- a/src/couch_replicator/src/couch_replicator_scheduler.erl
+++ b/src/couch_replicator/src/couch_replicator_scheduler.erl
@@ -1680,7 +1680,6 @@ continuous_rep(Src, Tgt) ->
Rep#rep{source = Src, target = Tgt}.
-
continuous(Id) when is_integer(Id) ->
Started = Id,
Hist = [stopped(Started+1), started(Started), added()],