Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerman committed Sep 7, 2023
1 parent 434f610 commit e21302b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/config/convo_info_volatile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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<ConvoInfoVolatile>(conf)->erase_group(group_id);
} catch (...) {
Expand Down

0 comments on commit e21302b

Please sign in to comment.