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(), sc(boolean(),
#{ mapping => "ekka.cluster_autoheal" #{ mapping => "ekka.cluster_autoheal"
, default => true , 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", , {"proto_dist",
sc(hoconsc:enum([inet_tcp, inet6_tcp, inet_tls]), sc(hoconsc:enum([inet_tcp, inet6_tcp, inet_tls]),
@ -138,8 +139,8 @@ fields("cluster") ->
})} })}
, {"static", , {"static",
sc(ref(cluster_static), sc(ref(cluster_static),
#{ desc => "Service discovery via static nodes. The new node joins the cluster by connecting #{ desc => "Service discovery via static nodes. The new node joins the cluster by
to one of the bootstrap nodes." connecting to one of the bootstrap nodes."
})} })}
, {"mcast", , {"mcast",
sc(ref(cluster_mcast), sc(ref(cluster_mcast),