From 370fce8897e1b07377f234f965193ad0bfe63e53 Mon Sep 17 00:00:00 2001 From: SimonLi Date: Fri, 11 Feb 2022 21:07:52 +0800 Subject: [PATCH] test doorcheck Signed-off-by: SimonLi --- interfaces/kits/js/src/dm_native_event.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/kits/js/src/dm_native_event.cpp b/interfaces/kits/js/src/dm_native_event.cpp index 205fcddc9..64e2d3914 100644 --- a/interfaces/kits/js/src/dm_native_event.cpp +++ b/interfaces/kits/js/src/dm_native_event.cpp @@ -19,7 +19,7 @@ using namespace OHOS::DistributedHardware; -DmNativeEvent::DmNativeEvent(napi_env env, napi_value thisVar) +DmNativeEvent::DmNativeEvent( napi_env env, napi_value thisVar) { env_ = env; thisVarRef_ = nullptr; @@ -103,4 +103,4 @@ void DmNativeEvent::OnEvent(const std::string &eventType, size_t argc, const nap return; } napi_close_handle_scope(env_, scope); -} \ No newline at end of file +} -- Gitee