Repository: couchdb-global-changes Updated Branches: refs/heads/master 89d46a5f7 -> 2c267617d
Fix indentation Project: http://git-wip-us.apache.org/repos/asf/couchdb-global-changes/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-global-changes/commit/ab7c3651 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-global-changes/tree/ab7c3651 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-global-changes/diff/ab7c3651 Branch: refs/heads/master Commit: ab7c3651e24d86587255eb3ce1f9a70921b196f6 Parents: 89d46a5 Author: ILYA Khlopotov <[email protected]> Authored: Mon Apr 27 07:41:29 2015 -0700 Committer: ILYA Khlopotov <[email protected]> Committed: Mon Apr 27 07:41:29 2015 -0700 ---------------------------------------------------------------------- src/global_changes_httpd.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-global-changes/blob/ab7c3651/src/global_changes_httpd.erl ---------------------------------------------------------------------- diff --git a/src/global_changes_httpd.erl b/src/global_changes_httpd.erl index 9a0c467..b1dce7f 100644 --- a/src/global_changes_httpd.erl +++ b/src/global_changes_httpd.erl @@ -230,7 +230,7 @@ parse_global_changes_query(Req) -> {"heartbeat", "true"} -> [{heartbeat, true} | Args]; {"heartbeat", "false"} -> - Args; + Args; {"heartbeat", _} -> [{heartbeat, to_non_neg_int(Value)} | Args]; {"timeout", _} ->
