diff --git a/core/common/BaseClient.h b/core/common/BaseClient.h index a8d41979..e8c99e81 100644 --- a/core/common/BaseClient.h +++ b/core/common/BaseClient.h @@ -185,7 +185,6 @@ class BaseClient : public NClientInterface { const std::optional& limit, const std::optional& state, const std::string& cursor) override; - ; std::future createGroupAsync( NSessionPtr session, @@ -197,7 +196,6 @@ class BaseClient : public NClientInterface { const std::optional& maxCount) override; std::future deleteGroupAsync(NSessionPtr session, const std::string& groupId) override; - ; std::future addGroupUsersAsync(NSessionPtr session, const std::string& groupId, const std::vector& ids) override;