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:22:14 +08:00
parent 607a9195d0
commit 5bfb965d7e
@@ -119,7 +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");