From e21302b598b5dde44fd72566d8b89d4d41cbb9ce Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Wed, 6 Sep 2023 22:27:36 -0300 Subject: [PATCH] Formatting --- src/config/convo_info_volatile.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/config/convo_info_volatile.cpp b/src/config/convo_info_volatile.cpp index fcef4675..742549c5 100644 --- a/src/config/convo_info_volatile.cpp +++ b/src/config/convo_info_volatile.cpp @@ -583,7 +583,6 @@ LIBSESSION_C_API bool convo_info_volatile_get_or_construct_group( } } - LIBSESSION_C_API bool convo_info_volatile_get_legacy_group( config_object* conf, convo_info_volatile_legacy_group* convo, const char* id) { try { @@ -644,8 +643,7 @@ LIBSESSION_C_API bool convo_info_volatile_erase_community( return false; } } -LIBSESSION_C_API bool convo_info_volatile_erase_group( - config_object* conf, const char* group_id) { +LIBSESSION_C_API bool convo_info_volatile_erase_group(config_object* conf, const char* group_id) { try { return unbox(conf)->erase_group(group_id); } catch (...) {