chore(schema): Fix code style

This commit is contained in:
ieQu1 2022-03-14 11:19:46 +01:00
parent a36a494373
commit 4116d01bfb
1 changed files with 4 additions and 3 deletions

View File

@ -129,7 +129,8 @@ fields("cluster") ->
sc(boolean(),
#{ mapping => "ekka.cluster_autoheal"
, default => true
, desc => "If <code>true</code>, the node will try to heal network partitions automatically."
, desc => "If <code>true</code>, 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),