修复codecheck问题

Signed-off-by: c00524366 <chenjiale5@hisilicon.com>
This commit is contained in:
c00524366
2022-02-15 20:00:19 +08:00
parent c97eed69a7
commit 0a162fce70
+2 -2
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);
};