chore(fmt): format emqx_schema and emqx_authz_api_sources_SUITE
This commit is contained in:
parent
be05f54053
commit
2f967bdfe7
|
@ -1933,7 +1933,8 @@ 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
|
||||
Desc =
|
||||
case Default of
|
||||
quic -> ?DESC(ciphers_schema_quic);
|
||||
_ -> ?DESC(ciphers_schema_common)
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue