modification for codecheck

Signed-off-by: zhaolinglan <zhaolinglan@huawei.com>
This commit is contained in:
zhaolinglan
2022-07-19 15:00:26 +08:00
parent 40bf72f4d3
commit 5a2dabc8b5
2 changed files with 2 additions and 2 deletions
@@ -20,7 +20,7 @@
namespace OHOS {
namespace MiscServices {
using namespace AbilityRuntime;
std::recursive_mutex JsInputMethodEngineListener::mapMutex{};
std::recursive_mutex JsInputMethodEngineListener::mapMutex {};
void JsInputMethodEngineListener::RegisterListenerWithType(NativeEngine& engine,
std::string type, NativeValue* value)
{