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 0231fc65c8
commit 0b73975411
@@ -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");