修复codecheck问题

Signed-off-by: c00524366 <chenjiale5@hisilicon.com>
This commit is contained in:
c00524366 2022-02-15 20:00:19 +08:00
parent ee37e5aab0
commit 33e5b92fb1

View File

@ -34,8 +34,8 @@ public:
class EventSubscriber : public EventFwk::CommonEventSubscriber {
public:
EventSubscriber(const EventFwk::CommonEventSubscribeInfo &subscribeInfo) :
EventFwk::CommonEventSubscriber(subscribeInfo) {}
EventSubscriber(const EventFwk::CommonEventSubscribeInfo &subscribeInfo)
: EventFwk::CommonEventSubscriber(subscribeInfo) {}
void OnReceiveEvent(const EventFwk::CommonEventData &data);
void startUser(int32_t newUserId);
};