chore(fmt): format emqx_schema and emqx_authz_api_sources_SUITE

This commit is contained in:
JianBo He 2022-04-25 21:28:06 +08:00
parent be05f54053
commit 2f967bdfe7
1 changed files with 5 additions and 4 deletions

View File

@ -1933,10 +1933,11 @@ default_tls_vsns(tls_all_available) ->
-spec ciphers_schema(quic | dtls_all_available | tls_all_available | undefined) ->
hocon_schema:field_schema().
ciphers_schema(Default) ->
Desc = case Default of
quic -> ?DESC(ciphers_schema_quic);
_ -> ?DESC(ciphers_schema_common)
end,
Desc =
case Default of
quic -> ?DESC(ciphers_schema_quic);
_ -> ?DESC(ciphers_schema_common)
end,
sc(
hoconsc:array(string()),
#{