This is an automated email from the ASF dual-hosted git repository.
jan pushed a commit to branch rebase/access-2023
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/rebase/access-2023 by this
push:
new 9d0abeb10 chore: undo whitespace
9d0abeb10 is described below
commit 9d0abeb10bfa50b67f94c3e0a98747258bba1c70
Author: Jan Lehnardt <[email protected]>
AuthorDate: Sat Jul 8 15:32:00 2023 +0200
chore: undo whitespace
---
src/chttpd/src/chttpd_view.erl | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/chttpd/src/chttpd_view.erl b/src/chttpd/src/chttpd_view.erl
index 25c6b6d03..1d721d189 100644
--- a/src/chttpd/src/chttpd_view.erl
+++ b/src/chttpd/src/chttpd_view.erl
@@ -69,7 +69,6 @@ fabric_query_view(Db, Req, DDoc, ViewName, Args) ->
Max = chttpd:chunked_response_buffer_size(),
VAcc = #vacc{db = Db, req = Req, threshold = Max},
Options = [{user_ctx, Req#httpd.user_ctx}],
-
{ok, Resp} = fabric:query_view(
Db,
Options,