修复codecheck问题

Signed-off-by: yadeno <hitwh2015@gmail.com>
This commit is contained in:
yadeno
2022-04-12 14:26:59 +08:00
parent 744f97f2cd
commit 7ff1240555
4 changed files with 0 additions and 4 deletions
@@ -212,6 +212,5 @@ namespace MiscServices {
};
mainHandler_->PostTask(task);
}
} // namespace MiscServices
} // namespace OHOS
@@ -220,7 +220,6 @@ namespace MiscServices {
std::string methodName = "textChange";
CallJsMethod(methodName, argv, ArraySize(argv));
};
mainHandler_->PostTask(task);
}
} // namespace MiscServices