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) ->
|
-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 =
|
||||||
|
case Default of
|
||||||
quic -> ?DESC(ciphers_schema_quic);
|
quic -> ?DESC(ciphers_schema_quic);
|
||||||
_ -> ?DESC(ciphers_schema_common)
|
_ -> ?DESC(ciphers_schema_common)
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue