修改编程规范问题

Signed-off-by: renguang1116 <renguang@huawei.com>
This commit is contained in:
renguang1116
2022-03-10 18:12:41 +08:00
parent 969490e90b
commit 063aa6fcba
@@ -1102,9 +1102,5 @@ void InitDeviceManagerModule(JSIValue exports)
JSI::SetModuleAPI(exports, "on", DeviceManagerModule::JsOn);
JSI::SetModuleAPI(exports, "off", DeviceManagerModule::JsOff);
}
}
}
}