!269 codecheck告警修复

Merge pull request !269 from 周柯/master
This commit is contained in:
openharmony_ci
2022-09-21 06:19:31 +00:00
committed by Gitee
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;