commit | 942c665c6e44c4f954a77d72a59aac856f20a6f3 | [log] [tgz] |
---|---|---|
author | Jan Lehnardt <jan@apache.org> | Sun Jul 16 17:44:51 2017 +0200 |
committer | Jan Lehnardt <jan@apache.org> | Sun Jul 16 17:44:51 2017 +0200 |
tree | 5006b52797e1b5239ceb14878a1a987dbc034ba2 | |
parent | d61381a094a7f67ea688c58edacb3b204babcaa9 [diff] |
chore: whitespace
diff --git a/src/setup_httpd.erl b/src/setup_httpd.erl index a9cbfe8..1f5b7aa 100644 --- a/src/setup_httpd.erl +++ b/src/setup_httpd.erl
@@ -39,7 +39,7 @@ 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}]});