change the line length of switch napi fuction name

Signed-off-by: zhaolinglan <zhaolinglan@huawei.com>
This commit is contained in:
zhaolinglan
2022-07-05 13:38:33 +08:00
parent 0b73975411
commit 7b2e117ae2
@@ -119,8 +119,8 @@ namespace MiscServices {
return result;
}
bool GetInputMethodPropertyFromJs(NativeEngine &engine, NativeObject *propertyObject,
InputMethodProperty &target)
bool GetInputMethodPropertyFromJs(
NativeEngine &engine, NativeObject *propertyObject, InputMethodProperty &target)
{
IMSA_HILOGI("JsInputMethodRegistry::GetInputMethodPropertyFromJs is called!");
NativeValue *packageName = propertyObject->GetProperty("packageName");