chore(fmt): format emqx_schema and emqx_authz_api_sources_SUITE
This commit is contained in:
parent
be05f54053
commit
2f967bdfe7
|
@ -1933,10 +1933,11 @@ default_tls_vsns(tls_all_available) ->
|
||||||
-spec ciphers_schema(quic | dtls_all_available | tls_all_available | undefined) ->
|
-spec ciphers_schema(quic | dtls_all_available | tls_all_available | undefined) ->
|
||||||
hocon_schema:field_schema().
|
hocon_schema:field_schema().
|
||||||
ciphers_schema(Default) ->
|
ciphers_schema(Default) ->
|
||||||
Desc = case Default of
|
Desc =
|
||||||
quic -> ?DESC(ciphers_schema_quic);
|
case Default of
|
||||||
_ -> ?DESC(ciphers_schema_common)
|
quic -> ?DESC(ciphers_schema_quic);
|
||||||
end,
|
_ -> ?DESC(ciphers_schema_common)
|
||||||
|
end,
|
||||||
sc(
|
sc(
|
||||||
hoconsc:array(string()),
|
hoconsc:array(string()),
|
||||||
#{
|
#{
|
||||||
|
|
Loading…
Reference in New Issue