codecheck告警修复.Signed-off-by: <zhouke35@huawei.com>.

Signed-off-by: zhouke <zhouke35@huawei.com>
This commit is contained in:
zhouke
2022-09-21 10:20:24 +08:00
parent 834a9cbcff
commit 089831424a
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
* limitations under the License.
*/
#include <inttypes.h>
#include <cinttypes>
#include "common_utilities_hpp.h"
#include "ipc_transactors_impl.h"
-1
View File
@@ -201,7 +201,6 @@ namespace OHOS::uitest {
case '?':
PrintToConsole(usage);
return EXIT_FAILURE;
break;
case 'i':
params.insert(pair<char, string>(opt, "true"));
break;