summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2017-07-16 17:44:51 +0200
committerJan Lehnardt <jan@apache.org>2017-07-16 17:44:51 +0200
commit942c665c6e44c4f954a77d72a59aac856f20a6f3 (patch)
tree5006b52797e1b5239ceb14878a1a987dbc034ba2
parentd61381a094a7f67ea688c58edacb3b204babcaa9 (diff)
downloadcouchdb-942c665c6e44c4f954a77d72a59aac856f20a6f3.tar.gz
chore: whitespace
-rw-r--r--src/setup_httpd.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup_httpd.erl b/src/setup_httpd.erl
index a9cbfe822..1f5b7aaca 100644
--- a/src/setup_httpd.erl
+++ b/src/setup_httpd.erl
@@ -39,7 +39,7 @@ handle_setup_req(#httpd{method='GET'}=Req) ->
true ->
chttpd:send_json(Req, 200, {[{state, single_node_enabled}]})
end;
- _ ->
+ _ ->
case setup:is_cluster_enabled() of
false ->
chttpd:send_json(Req, 200, {[{state, cluster_disabled}]});