From 4116d01bfbe5ec3db67258869bc5f3422749acd4 Mon Sep 17 00:00:00 2001
From: ieQu1 <99872536+ieQu1@users.noreply.github.com>
Date: Mon, 14 Mar 2022 11:19:46 +0100
Subject: [PATCH] chore(schema): Fix code style
---
apps/emqx_conf/src/emqx_conf_schema.erl | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/apps/emqx_conf/src/emqx_conf_schema.erl b/apps/emqx_conf/src/emqx_conf_schema.erl
index 0e759d792..2bcbe9d38 100644
--- a/apps/emqx_conf/src/emqx_conf_schema.erl
+++ b/apps/emqx_conf/src/emqx_conf_schema.erl
@@ -129,7 +129,8 @@ fields("cluster") ->
sc(boolean(),
#{ mapping => "ekka.cluster_autoheal"
, default => true
- , desc => "If true
, the node will try to heal network partitions automatically."
+ , desc => "If true
, the node will try to heal network partitions
+ automatically."
})}
, {"proto_dist",
sc(hoconsc:enum([inet_tcp, inet6_tcp, inet_tls]),
@@ -138,8 +139,8 @@ fields("cluster") ->
})}
, {"static",
sc(ref(cluster_static),
- #{ desc => "Service discovery via static nodes. The new node joins the cluster by connecting
- to one of the bootstrap nodes."
+ #{ desc => "Service discovery via static nodes. The new node joins the cluster by
+ connecting to one of the bootstrap nodes."
})}
, {"mcast",
sc(ref(cluster_mcast),