diff --git a/interfaces/kits/js/napi/inputmethod/src/js_input_method_registry.cpp b/interfaces/kits/js/napi/inputmethod/src/js_input_method_registry.cpp index ac4a12c..7caeb23 100644 --- a/interfaces/kits/js/napi/inputmethod/src/js_input_method_registry.cpp +++ b/interfaces/kits/js/napi/inputmethod/src/js_input_method_registry.cpp @@ -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");