From 5bfb965d7eb2626f119b6482a62069e5606d149f Mon Sep 17 00:00:00 2001 From: zhaolinglan Date: Tue, 5 Jul 2022 13:22:14 +0800 Subject: [PATCH] change the line length of switch napi fuction name Signed-off-by: zhaolinglan --- .../kits/js/napi/inputmethod/src/js_input_method_registry.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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");