修复codecheck问题

Signed-off-by: yadeno <hitwh2015@gmail.com>
This commit is contained in:
yadeno
2022-04-12 14:26:59 +08:00
parent 447c27f172
commit 3dedf8c32f
4 changed files with 0 additions and 4 deletions
@@ -471,6 +471,5 @@ namespace MiscServices {
}
inputDataChannel->StopInput();
}
} // namespace MiscServices
} // namespace OHOS
@@ -431,6 +431,5 @@ using namespace MessageID;
mAgent->SetCallingWindow(windowId);
return;
}
} // namespace MiscServices
} // namespace OHOS
@@ -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