From 145ed2e6320015025ec5542c4912e8b9a4e6de17 Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Thu, 14 Dec 2023 15:34:23 +0100 Subject: [PATCH] fix: elvis style error --- .../src/emqx_bridge_mqtt_pubsub_action_info.erl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/emqx_bridge_mqtt/src/emqx_bridge_mqtt_pubsub_action_info.erl b/apps/emqx_bridge_mqtt/src/emqx_bridge_mqtt_pubsub_action_info.erl index 6bcdc611b..365af1335 100644 --- a/apps/emqx_bridge_mqtt/src/emqx_bridge_mqtt_pubsub_action_info.erl +++ b/apps/emqx_bridge_mqtt/src/emqx_bridge_mqtt_pubsub_action_info.erl @@ -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.