From 6a6e7972410765861339c684b4ce9dd2507fc479 Mon Sep 17 00:00:00 2001 From: krishna Date: Wed, 9 Oct 2024 17:17:53 +0200 Subject: [PATCH] Formatting --- source/type/message.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/source/type/message.h b/source/type/message.h index 98196be086..908071475a 100644 --- a/source/type/message.h +++ b/source/type/message.h @@ -69,7 +69,19 @@ enum class Effect { enum class ActiveStatus { past = 0, active = 1, future = 2 }; -enum class ChannelType { web = 0, sms, email, mobile, notification, twitter, facebook, unknown_type, title, beacon, pids }; +enum class ChannelType { + web = 0, + sms, + email, + mobile, + notification, + twitter, + facebook, + unknown_type, + title, + beacon, + pids +}; inline std::string to_string(Effect effect) { switch (effect) {