fix: elvis style error

This commit is contained in:
Kjell Winblad 2023-12-14 15:34:23 +01:00 committed by Thales Macedo Garitezi
parent f199a0f24a
commit 145ed2e632
1 changed files with 5 additions and 2 deletions

View File

@ -171,8 +171,11 @@ check_and_simplify_bridge_v1_config(#{
}) ->
%% We should crash beacuse we don't support upgrading when ingress and egress exist at the same time
error(
{unsupported_config,
<<"Upgrade not supported when ingress and egress exist in the same MQTT bridge. Please divide the egress and ingress part to separate bridges in the configuration.">>}
{unsupported_config, <<
"Upgrade not supported when ingress and egress exist in the "
"same MQTT bridge. Please divide the egress and ingress part "
"to separate bridges in the configuration."
>>}
);
check_and_simplify_bridge_v1_config(SimplifiedConfig) ->
SimplifiedConfig.